Project Manager using MERN stack
- MongoDB
- Express
- React
- Node
- tailwindCSS
- telegraf (for telegram chat bot)
- CRUD of projects and tasks
- Telegram bot
Clone the repo: https://github.com/vanesssalai/getitdone
Update the .env file to include your MongoDB keys
Run in the project directory:
npm install
node server/server.cjs
node server/bot.cjs
npm run dev