Skip to content

Prvn001/kanban_board_mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project management system using MERN stack (Mongodb, Express.js, React.js and Node.js)

Setup instruction

Step 1: install dependencies/node_module

    Go to /backend directory for backend setup and run npm install

    Go to /frontend directory for frontend setup and run npm install

Step 2: Configure mongodb connection url Go to backend directory and create .env file and put into MONGO_URI=your-mongodb-connection-url and JWT_SECRET=your-secret-key

Step 3: Run project in your backend nodemon ./index.js for start node server and npm start for frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published