This the backend for a time-booking web app which can be used to provide bookable time frames to an audience.

liontix b6eab3fb60 Updated README 9 months ago
bin 2a99879ab1 auth added 1 year ago
public b6ad4da86d tiny final adjustment 1 year ago
routes 07ae4a82c0 added expected participant count to appointment 10 months ago
schemas 07ae4a82c0 added expected participant count to appointment 10 months ago
views 6e87e6e986 appointment creator added times array 1 year ago
.dockerignore 80a99de25e dockerized 9 months ago
.env-example copy 6e87e6e986 appointment creator added times array 1 year ago
.gitignore f204cb9bcb changed package.json 10 months ago
Dockerfile 80a99de25e dockerized 9 months ago
README.md b6eab3fb60 Updated README 9 months ago
app.js f204cb9bcb changed package.json 10 months ago
eslint.config.mjs e0fabfe0ad cleanup 1 year ago
mongodb.sh e0fabfe0ad cleanup 1 year ago
package.json f204cb9bcb changed package.json 10 months ago
passport.js e0fabfe0ad cleanup 1 year ago
utils.js 428afef39a added custom input validation 1 year ago
vercel.json 5874499eb8 Update vercel.json 10 months ago

README.md

Scheduler-Backend

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.

Usage

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.