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
- Host: GitHub
- URL: https://github.com/kubrianity/mern-todo-app
- Owner: Kubrianity
- Created: 2023-01-14T20:12:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T15:31:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T20:37:56.921Z (over 1 year ago)
- Topics: bootstrap, express, mongodb, nodejs, react, redux
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*