You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create a local postgres database named test
- Go to ./front-end and run npm install
- Go to ./front-end/servercode and run npm install
- Change the DABABASE_URL in ./front-end/servercode/.env
To run in development mode
- Go to ./front-end
- npm run migrate-db
- npm run dev
To populate the database
- npm run populate-db
Available email:password in the populated database
- Multiview calendar built from scratch using Date API
- Task creation, edition and deletion
- Drag and drop tasks on the calendar
- Sort tasks
- View task information
- Multiple task deletion
- Notification n minutes before a task starts