Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidesmiths/service-restaurant-reviews
Mentoring service restaurant backend
https://github.com/guidesmiths/service-restaurant-reviews
hacktoberfest
Last synced: 22 days ago
JSON representation
Mentoring service restaurant backend
- Host: GitHub
- URL: https://github.com/guidesmiths/service-restaurant-reviews
- Owner: guidesmiths
- Created: 2019-11-22T16:49:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:49:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T12:48:00.100Z (2 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Size: 937 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Reviews
A project to review and vote for restaurants. It has two repositories:
- [app-restaurant-reviews](https://github.com/guidesmiths/app-restaurant-reviews)
- [service-restaurant-reviews](https://github.com/guidesmiths/service-restaurant-reviews)## Environmental variables
To run this project and its repositories you will need these environmental variables:
```
APP:API_URL=
SLACK_WEBHOOK_URL=SERVICE:
GOOGLE_CLIENT_ID=
POSTGRES_DB=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_PORT=
POSTGRES_USER=
```