Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shihtingjustin/feedyoursoul
https://github.com/shihtingjustin/feedyoursoul
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shihtingjustin/feedyoursoul
- Owner: ShihTingJustin
- Created: 2020-04-30T16:22:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:39:00.000Z (about 2 years ago)
- Last Synced: 2024-04-16T08:50:00.294Z (8 months ago)
- Language: HTML
- Size: 566 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. Sort restaurant by name or rating **(NEW)**
6. My favortie **(*In Progress*)**
7. Log-in **(*In Progress*)**![](https://i.imgur.com/x3q3l6X.jpg)
## Getting Started
Clone repository to your local computer
```
$ git clone https://github.com/ShihTingJustin/FeedYourSoul.git
```
Install by [npm](https://www.npmjs.com/)
```
$ npm install
```
Use seed data
```
npm run seed
```
Execute
```
$ npm run dev
```
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
* Express: 4.17.1
* Express-Handlebars: 4.0.3
* body-parser: 1.19.0
* mongoDB Community Server: 4.2.6
* mongoose: 5.9.13## Author
Justin Huang 黃士庭