crluo / restaurant-reservation-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capstone: Periodic Tables Reservation System

Full stack application for restaurant side reservation system. Allows restaurant employees to create and edit customer reservations, make seating arrangements and create new dining tables.

Technologies:

JavaScript, Node.js, Express.js, Knex.js, PostgreSQL, React.js, React Hooks, Bootstrap 4

Installation:

Make sure you have Node.js installed on your local machine.

  1. To download the project can either:
  • git clone [project-url]
  • download project files directly from GitHub repo.
  1. Install node packages within the front-end and back-end folders
npm install

Usage

  1. You will need to set up your own POSTGRES database to use with this app. Copy the .env.sample file to set up your own environment variables.
  2. In front-end and back-end folders use node package manager to start the program
npm start
Happy Reserving!

About


Languages

Language:JavaScript 98.3%Language:HTML 1.7%Language:CSS 0.0%