Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shihtingjustin/restaurant_list_passport
https://github.com/shihtingjustin/restaurant_list_passport
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shihtingjustin/restaurant_list_passport
- Owner: ShihTingJustin
- Created: 2020-06-07T08:08:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:21:57.000Z (about 2 years ago)
- Last Synced: 2024-04-16T08:50:01.270Z (8 months ago)
- Language: HTML
- Size: 452 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 黃士庭