Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shihtingjustin/restaurant_list_passport


https://github.com/shihtingjustin/restaurant_list_passport

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Feed Your Soul
A simple restaurant website built with Node.js and Express.

## Features
1. Find your favorite restaurant
2. Search restaurant by name
3. Create a restaurant page
4. Editor's tool in info-card and detail-page
5. Log-in with local or Facebook account **(New)**
6. Sort restaurant by name or rating **(*In Progress*)**
7. My favorite **(*In Progress*)**

![](https://i.imgur.com/Ut88f9Q.png)
![](https://i.imgur.com/KlCYub0.png)
![](https://i.imgur.com/O3Aq2Nu.jpg)

## Getting Started
1. Clone repository to your local computer
```
$ git clone https://github.com/ShihTingJustin/restaurant_list_passport.git
```
2. Install by [npm](https://www.npmjs.com/)
```
$ npm install
```
3. Download env.example from [here](https://bit.ly/3eUqqhA)

4. Rename **env.example** to **.env** and put it in root directory

5. Use seed data
```
$ npm run seed
```
6. Execute
```
$ npm run dev
```
7. Terminal show the message
```
Express is listening on localhost:3000
mongodb connected!
```
Now you can browse the website on
```
http://localhost:3000
```
## Built With
* Node.js: 10.15.0
* bcryptjs: 2.4.3
* body-parser: 1.19.0
* connect-flash: 0.1.1
* dotenv: 8.2.0
* express: 4.17.1
* express-session: 1.17.1
* express-handlebars: 4.0.3
* method-override: 3.0.0
* mongoDB Community Server: 4.2.6
* mongoose: 5.9.13
* passport: 0.4.1
* passport-facebook: 3.0.0
* passport-local: 1.0.0

## Author
Justin Huang 黃士庭