An open API service indexing awesome lists of open source software.

https://github.com/kunal021/trello


https://github.com/kunal021/trello

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Technology Used NextJS, NodeJS, ExpressJS, MongoDB.

# How to start project locally

### First clone the repository either use https://github.com/kunal021/trello.git or download zip file.

# Front-End

To start Front-End or client navigate to client folder and insatll necessary dependencies using npm install.

Run command npm run dev to start client.

Navigate to http://localhost:3000/ in your browser.

# Back-End

To start Back-End or server navigate to server folder and insatll necessary dependencies using npm install.

Add necessary enviroment variables into .env file at top level of folder.

DB=MONGODB_CONNECTION_STRING_HERE

Run command npm run dev to start server.