task-manager
task-manager copied to clipboard
Task Manager App with nodejs, express, mongodb and react js
about this project
this project is a simple practice to grow up skills and problem-solving
step 1
git clone https://github.com/ErfiDev/task-manager.git
cd task-manager
cd server
npm i
step 2
cd client
npm i
step 3
create a MongoDB database in locally or..... and open server directory and create .env file and put the database URL to DB variable then create a ACCESS_TOKEN variable then put the secur word for using on the jwt
step 4
starting the server with npm run watch command
step 5
cd client directory and start react app with command npm start