Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 623 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 623 Bytes

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