ErfiDev / task-manager

Task Manager App with nodejs, express, mongodb and react js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Task Manager App with nodejs, express, mongodb and react js


Languages

Language:JavaScript 80.8%Language:SCSS 17.7%Language:HTML 1.5%Language:Shell 0.1%