This the backend for a time-booking web app which can be used to provide bookable time frames to an audience.
|
|
8 달 전 | |
|---|---|---|
| bin | 11 달 전 | |
| public | 11 달 전 | |
| routes | 9 달 전 | |
| schemas | 9 달 전 | |
| views | 10 달 전 | |
| .dockerignore | 8 달 전 | |
| .env-example copy | 10 달 전 | |
| .gitignore | 9 달 전 | |
| Dockerfile | 8 달 전 | |
| README.md | 8 달 전 | |
| app.js | 9 달 전 | |
| eslint.config.mjs | 11 달 전 | |
| mongodb.sh | 11 달 전 | |
| package.json | 9 달 전 | |
| passport.js | 11 달 전 | |
| utils.js | 10 달 전 | |
| vercel.json | 9 달 전 |
This backend is written in NodeJS with ExpressJS as the framework. It serves a REST API, which is used for the frontend part of this project. MongoDB is used for storing the data. Passwords are stored as BCrypt hashes and authentication is handled with JSON Web Tokens using PassportJS.
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.