Api part of the sports leisure organization service
Ploshadka API is a backend service created for studying purposes as part of a sports leisure organization service.
- Node.js
- Yarn (dependency manager)
- Google API credentials
- Docker
- Clone the repository:
git clone https://github.com/e11sy/ploshadka.api.git cd ploshadka.api - Configure the environment variables:
- Copy the
app-config.yamlfile toapp-config.local.yaml:cp app-config.yaml app-config.local.yaml
- Update the
.app.config.localfile with your google api credentials.
- Copy the
- Start the development server:
- Run server postgres and api docker containers.
docker-compose up -d
This project is for learning purposes only and is not intended for production use. If you are interested in the development of the project or facing bugs - leave an issue or write me