this project is a simple practice to grow up skills and problem-solving
git clone https://github.com/ErfiDev/task-manager.git
cd task-manager
cd server
npm i
cd client
npm i
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
starting the server with npm run watch command
cd client directory and start react app with command npm start