A website where a student can find their day to day materials which they are using in thier college or hostel in a very less price.
- To build a uer friendly website for students.
- Work in team using Agile methodology
- Apply modern software enginnering methods
- Use Github, vscode, Open CV like software or libraries
Do not push directly to the master branch! You may cause conflicts with someone else' work, or even break the project. What should you do instead?
$ git checkout -b [name_of_your_new_branch]
$ git commit -m "Your message"
$ git push origin [name_of_your_branch]
This will create a new branch of the project (with your changes) which we can then merge with the master branch via GitHub after your code has been double-checked by another team member for any conflicts! GitWorkflow
To get started with this app, follow the instructions below.
- git clone https://github.com/3034saurabhkumar/College-Cart.git
- open in Visual Studio Code
- npm start
- start MongoDB server
- start node server by typing "node server.js" on cmd
- Use this app to get inspiration and to read and write code.
Saurabh Kumar (Team Leader) |
Musharraf Iqubal |
Md. Firdaush |
Amit Kumar |
GNU GENERAL PUBLIC LICENSE
Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.