This the backend for a time-booking web app which can be used to provide bookable time frames to an audience.
|
|
il y a 8 mois | |
|---|---|---|
| bin | il y a 1 an | |
| public | il y a 11 mois | |
| routes | il y a 9 mois | |
| schemas | il y a 9 mois | |
| views | il y a 10 mois | |
| .dockerignore | il y a 8 mois | |
| .env-example copy | il y a 10 mois | |
| .gitignore | il y a 9 mois | |
| Dockerfile | il y a 8 mois | |
| README.md | il y a 11 mois | |
| app.js | il y a 9 mois | |
| eslint.config.mjs | il y a 11 mois | |
| mongodb.sh | il y a 11 mois | |
| package.json | il y a 9 mois | |
| passport.js | il y a 11 mois | |
| utils.js | il y a 10 mois | |
| vercel.json | il y a 9 mois |
Ersteller: Oliver Deutsch
Rename .env-example to .env and set the secrets. Then install all the
required dependencies using npm install. After that the project can be
started using npm run dev.