Periodic Tables is a reservation system for fine dining restaurants. The software is used only by restaurant personnel when a customer calls to request a reservation.
You can find the live application here: https://restaurant-reservation-frontend-ebwe.onrender.com/
- Data Format: JSON
React, Node.js, Express, Knex, and PostgreSQL.
- Run
npm install
to install project dependencies. - Run
npm run start:dev
to start your server in development mode.