We follow a systematic git workflow:
- Clone this repository on your local machine by typing the following command in terminal.
https://github.com/Shouraya/Software-Engineering.git
- Every change that you do, it has to be on a branch. Commits on master would directly be closed.
- Make sure that before you create a new branch for new changes.
- Node JS should be pre installed.
- MongoDB should be pre installed.
-
Clone this repository on your local machine by typing the following command in terminal.
https://github.com/Shouraya/Software-Engineering.git
-
Navigate to the project folder.
-
Run the following command to install the node_modules/ on your local system.
npm i
-
Start the server by typing the following command.
nodemon app.js
-
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make any changes and save it.
Coming Soon
Coming Soon
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update your local repository.