Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidesmiths/app-restaurant-reviews
Mentoring repo related to frontend technologies
https://github.com/guidesmiths/app-restaurant-reviews
hacktoberfest mentorship
Last synced: 2 months ago
JSON representation
Mentoring repo related to frontend technologies
- Host: GitHub
- URL: https://github.com/guidesmiths/app-restaurant-reviews
- Owner: guidesmiths
- Created: 2019-11-22T16:46:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:50:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:47:19.393Z (9 months ago)
- Topics: hacktoberfest, mentorship
- Language: TypeScript
- Homepage:
- Size: 1.87 MB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 51
-
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=
```