This the backend for a time-booking web app which can be used to provide bookable time frames to an audience.
|
|
há 8 meses atrás | |
|---|---|---|
| bin | há 1 ano atrás | |
| public | há 11 meses atrás | |
| routes | há 9 meses atrás | |
| schemas | há 9 meses atrás | |
| views | há 10 meses atrás | |
| .dockerignore | há 8 meses atrás | |
| .env-example copy | há 10 meses atrás | |
| .gitignore | há 9 meses atrás | |
| Dockerfile | há 8 meses atrás | |
| README.md | há 11 meses atrás | |
| app.js | há 9 meses atrás | |
| eslint.config.mjs | há 11 meses atrás | |
| mongodb.sh | há 11 meses atrás | |
| package.json | há 9 meses atrás | |
| passport.js | há 11 meses atrás | |
| utils.js | há 10 meses atrás | |
| vercel.json | há 9 meses atrás |
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.