Skip to content

Mock consultancy website with booking system. Built with React, Express and Postgres

License

Notifications You must be signed in to change notification settings

S4NDSTROM/bookings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s19-lastproject-brigadeiro

A booking system that manages and displays bookings in a calendar. It contains a sign in function and multiple user roles.

How to use

  • Install docker
  • $ docker run --name salt-consultancy -e POSTGRES_PASSWORD=docker -d -p 5432:5432 postgres
  • $ docker start salt-consultancy
  • $ npm run server
  • $ npm start

The database requires pre populaton, this can for now be done by calling the api endpoints in the file db_setup.js.

About

Mock consultancy website with booking system. Built with React, Express and Postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published