Skip to content

mukulpythondev/Kanban-Board-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Kanban-Board-MERN

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 MONGODB_PATH=your-mongodb-connection-url

  • Step 3: Change server port and cors origin (Optional) by default your server running in port http://localhost:9000 and cors origin/frontend url ishttp://localhost:3000 , you can change port and cors, simply put this key into your .env SERVER_PORT=your-port and CORS_ORIGIN=-your-client-origin

  • Step 4: Run project in your backend npm run serve for start node server and npm run start for frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published