Skip to content

heartziq/restaurant

Repository files navigation

restaurant

Features completed

  • Browse restaurants
  • Search by restaurant name
  • Filter by time and/or date
  • Browse collections
  • login

Tech Stack

The following are the tech stack I used:

Installation

$ yarn install

Populate DB

$ mongod
$ node script/insertRestaurant.js
$ node script/insertUser.js 
$ node script/insertCollection.js

Run app

$ yarn start

Go to http://localhost:3000/

2 users accounts are provided:

  1. mike@gmail.com
  2. john@gmail.com Both passwords are 123456

About

A simple restaurant booking app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published