Skip to content

This is the Semester Project for Software Engineering 1 at UCO.

License

Notifications You must be signed in to change notification settings

Nellak2017/SE1-Semester-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SE1-Semester-Project

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

Table of Contents

Quickstart

To use this application, please visit our website at (Website Name). A guide on specific application functions is listed below.

Contributing

To contribute, please visit SE1-Semester-Project/Project_Information/CONTRIBUTION.md to get started contributing.

Development

  1. Clone this Repo.
  2. Run npm i to install all dependencies.
  3. Before Submitting a Pull Request, run npm run lint and npm run testso that the code conforms to StandardJS coding standards and passes all tests/
  4. To run code, run npm run dev and see your code be hosted locally at localhost: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.

Showcase

(Show examples of the project)

About

This is the Semester Project for Software Engineering 1 at UCO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published