Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T02:56:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:58:29.492Z (3 months ago)
- Topics: express, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 12
- Watchers: 3
- 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/
```