API for the web application 8th Avenue
API url: https://eighthavenue-jnmbdknr5q-ew.a.run.app
It has been deployed on GCP with a continuous deployment using Cloud Build and Cloud Run.
- Fastify
- Typescript
- Docker (for the Cloud Run deployment)
- MongoDB
- Cloudinary
- Install dependencies
npm install
- Setting up environnement variables
# Cloudinary keys
CDN_CLOUD_NAME=xxxx
CDN_API_KEY=xxxx
CDN_API_SECRET=xxxx
CDN_URL=xxxx
# For auth
JWT_KEY=xxxx
# DB
MONGO_URI=xxxx
- Run server
npm run dev