An open API service indexing awesome lists of open source software.

https://github.com/kubrianity/mern-todo-app

Mern stack application with crud operations enabling users to handle their tasks
https://github.com/kubrianity/mern-todo-app

bootstrap express mongodb nodejs react redux

Last synced: 3 months ago
JSON representation

Mern stack application with crud operations enabling users to handle their tasks

Awesome Lists containing this project

README

          

# mern-todo-app
Mern stack application to enable users handle their tasks easily
## Technologies
* React
* Redux
* Redux-toolkit
* MongoDB
* Express
* Node.js
* Bootsrap CSS Framework
## Installation & Setup
In order to run this application locally, node.js, npm and mongodb should be installed on your computer and **mongodb should be running**


Clone this repository

*git clone https://github.com/Kubrianity/mern-todo-app.git*


Change the directory for server side

*cd server*

Install dependencies

*npm install*

Run the server

*node index.js | nodemon index.js*


Change the directory for client side

*cd client*

Install dependencies

*npm install*

Start to view it in your localhost

*npm start*