https://github.com/jrsousadev/fullcalendar-scheduler-back
🗓️ Component inspired by google calendar [Node/Express/Mongo]
https://github.com/jrsousadev/fullcalendar-scheduler-back
express mongodb nodejs typescript
Last synced: over 1 year ago
JSON representation
🗓️ Component inspired by google calendar [Node/Express/Mongo]
- Host: GitHub
- URL: https://github.com/jrsousadev/fullcalendar-scheduler-back
- Owner: jrsousadev
- Created: 2022-08-26T01:22:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T02:56:24.000Z (over 3 years ago)
- Last Synced: 2025-03-29T01:51:40.219Z (over 1 year ago)
- Topics: express, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📅 FullCalendar Scheduler Back-end
Project inspired by Google Calendar
if you want to improve or implement some functionality, feel free!
## Stacks:
- Typescript
- Express
- MongoDb
- Nodejs
### API functions
- [x] Create Event
- [x] Delete Event
- [x] Get One Event
- [x] Get All Events
- [x] Update Event
### Deploy (Vercel)
🔗 [fullCalendarDeploy](https://fullcalendar-scheduler-web.vercel.app/)
### FullCalendar Repository (Front-end)
🔗 [Front-end](https://github.com/jrsousadev/challenge-surflex-front)
### Iniciando o Projeto
**1-** Clone repository and install dependencies.
```sh
# install dependencies
> yarn
# or
> yarn install
# copy .env file
> cp .env.example .env
# start project
> yarn dev
# open in
http://localhost:3000/
```