Skip to content

ywcwy/restaurant-collection

Repository files navigation

Restaurant-Collection

collection and recommendation for your daily meal

Image Image

Features

  • register & log in you account, or login with Facebook account
  • create new restaurant page
  • edit and view particular restaurant details
  • click restaurant card to reach more details of the restaurant
  • delete particular restaurant page
  • search restaurant's name or category of exotic food
  • ordering restaurants by location or category

Environment

  • Node.js

Packages

  • express
  • express-handlebars
  • method-override
  • body-parser
  • express-session
  • passport-local
  • passport-facebook
  • connect-flash
  • bcryptjs
  • dotenv

Database

  • mongoose

Install (for Mac OS user)

1. Open Terminal

2. Project Download

$git clone https://github.com/ywcwy/restaurant-collection.git

After download,

$cd restaurant-collection     // to install the following Packages under this directory

3. npm Installation

$npm init -y     // create and initialize package.json directory

4. Package Installation

$npm install     // install all the Packages

5. Connect to the Database

$npm run seed      // create Seeders

6. Project Implement

$npm run dev   

7. Project Start

Express is listening on localhost:3000     // if start working, termianl will show this message

8. Go to the page "localhost:3000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published