It is a simple calendar in which you can create events for a specified time and date
git clone https://github.com/VyacheslavMusiienko/calendar.git
cd ./calendar
npm install
local database start
npm run data
In the new terminal to launch the application
npm run dev