Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```