final-project-team-8 created by GitHub Classroom
Team 8 - My Space
Uditi Mehta Sai Swarna R Prasanna Nimbalkar Rakesh Ramesh Baddi
-
User authentication.(must be login or register to view the pages)
-
View current weather (can search by city names)
-
Vew latest news around the world.
-
Add Todo List.
-
Add Expenses.
-
Fitness Zone.
- React - https://reactjs.org/
- Node.js - https://nodejs.org/en/
- VSCode - https://code.visualstudio.com/
- Postman - https://www.getpostman.com/
- Git - https://git-scm.com/
- MongoDB - https://www.mongodb.com/
- To run in production mode run
npm run start
- To run the backend server run
npm run server
- To run client (react server) run
npm run client
- To run both client and backend same time run
npm run dev