This is the Semester Project for Software Engineering 1 at UCO. The goal of this project is to have an easy way to create, edit, and send multimedia messages to others. This project will make use of the SMIL standard for efficient message transmission.
This repo has:
- The SE1-Semester-Project frontend and backend code (It is a mono-repo)
- The information on the project itself
To use this application, please visit our website at (Website Name). A guide on specific application functions is listed below.
To contribute, please visit SE1-Semester-Project/Project_Information/CONTRIBUTION.md to get started contributing.
- Clone this Repo.
- Run
npm i
to install all dependencies. - Before Submitting a Pull Request, run
npm run lint
andnpm run test
so that the code conforms to StandardJS coding standards and passes all tests/ - To run code, run
npm run dev
and see your code be hosted locally atlocalhost:3000
.
Before writing any code, always do a git checkout dev
and git pull origin dev
. That way you will only make changes to the Dev branch that is up-to-date.
Please only make changes to dev branches, if you want main to change submit a pull request.
(Show examples of the project)