Project inspired by Google Calendar
if you want to improve or implement some functionality, feel free!
- Typescript
- Express
- MongoDb
- Nodejs
- Create Event
- Delete Event
- Get One Event
- Get All Events
- Update Event
๐ fullCalendarDeploy
๐ Front-end
1- Clone repository and install dependencies.
# install dependencies
> yarn
# or
> yarn install
# copy .env file
> cp .env.example .env
# start project
> yarn dev
# open in
http://localhost:3000/