Simple To-do list application using react and node.
- Complete server side
- Basic CRUD operations
- Handling database with Mongoose
- Complete client side
- State management using Context API
- User authentication
- File Upload
- Support ES6 format
- Security Measures
- Clone the repository
- Install dependencies
- Set env variables
- Create database
Clone the repository
git clone https://github.com/noelroy/mern-todo-app.git
Install dependencies
- Run
npm install
- Run
npm run client-install
Set env variables
Refer .env.example file in the repo
Create database
Create MongoDB with a collection called items
.
- Run
node run dev
This will start the build in development mode
- MongoDB - Database used.
- React - Frontend JavaScript library.
- Express -Server/routing API for web app.
- Node - Backend JS runtime.
Project is : in progress