https://github.com/kunal021/trello
https://github.com/kunal021/trello
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunal021/trello
- Owner: kunal021
- Created: 2024-07-31T06:22:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T07:14:48.000Z (almost 2 years ago)
- Last Synced: 2025-09-08T12:49:29.702Z (10 months ago)
- Language: TypeScript
- Homepage: https://trello-blue-kappa.vercel.app
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.