Personal productivity web application. It allows the management of events, tasks, and projects in a calendar. Additionally, you can create and manage Pomodoro timers and notes with to-do lists.
- Alessio Prato
- Andrea Santilli
- Leonardo Pinna
Before starting the server, ensure that MongoDB is running to establish the connection. If MongoDB is not installed, please install it on your machine
If you have MongoDB installed locally, you can start it with
mongod
Alternatively, you can run MongoDB in a container.
Run Server and Client together within the project folder
./start.sh
To access the application via a local browser in development mode, go to http://localhost:8000.
If dependencies are required for the client and/or server, install them before running the application.
cd server
npm install
cd client
npm install