https://github.com/guidesmiths/app-restaurant-reviews
Mentoring repo related to frontend technologies
https://github.com/guidesmiths/app-restaurant-reviews
hacktoberfest mentorship
Last synced: 8 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:50:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T17:12:23.666Z (8 months ago)
- Topics: hacktoberfest, mentorship
- Language: TypeScript
- Homepage:
- Size: 1.87 MB
- Stars: 1
- Watchers: 6
- 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=
```