waimin314 / book-a-slot

Booking Management system for small businesses

Home Page:book-a-slot.waimin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexible Booking Management system

A booking system where users can make bookings for fixed intervals.

Demo

demo : https://book-a-slot.vercel.app/

Features

  • To Do

Development

Setup

  • Rename config.env-sample to config.env
  • Write your mongodb uri at MONGO_URI
  1. npm run dev Launch server and client in development mode. client will be running at localhost:3000 and server will be running at localhost:3001

  2. npm run test Launch server tests. (Client tests to be added later)

ToDo

  1. Allow multiple resources

  2. Allow users to view bookings

  3. Send email when a user books

  4. Allow changing of interval via admin dashboard

  5. Allow changing of opening hours via admin dashboard

About

Booking Management system for small businesses

book-a-slot.waimin.vercel.app


Languages

Language:CSS 97.8%Language:JavaScript 2.1%Language:HTML 0.1%