- Make Readme
- Make Contributing guidelines
- Setup frontend homepage
- Make Issue template and pr template
- New Desgins can be added in the Sample UI Folder.
- Frontend-React
- Backend-Node (Express)
- Database handling-MongoDB
- Nodejs
To Download Nodejs Package Go to the Nodejs Download Website.
- Mongodb
To install Mongodb Go to this Website
- ReactJS
To Install ReactJS type
npm install -g create-react-app
in your terminal.
- Clone this Repo to your Local Machine.
- Start the MongoDB server by typing
mongod
in your Terminal(Ignore if already Running). - Open The Terminal/CMD in the folder Backend.
- Type
npm install
&&npm start
which will download all the necessary libraries and then starts the nodejs Server. - Open the Terminal/CMD in client folder and then type
npm install
&&npm start
to do the same for React Application. - Navigate to
localhost:3000/
to open the website. - Enjoy!!! 🎉 ✨