Todo list Web API and user interface with MERN Stack.
To install react app dependencies and start application, run the following commands in the client folder:
npm install
npm startTo install server dependencies and start server, run the following commands in the server folder:
npm install
node index.jsBoth the server and client must be running locally.
- TODO LIST API CRUD.
- Database cluster from MongoDB Atlas.
- User authentication (sign in, login, logout).
- Tasks stored per user
- Project runs locally.
- UI for Todo List Web API CRUD operations with Material UI components and axios.
- User authentication (sign in, login, logout).