/maps-pd

Primary LanguagePython

maps-pd-web

Requirements to get started

Getting started

Clone the repo

git clone git@gitlab.com:moss-earth/backend/maps-pd-web.git

Access the project directory

cd maps-pd-web

Create a service account called credential.json

Obtain a service account with the correct permissions from GCP and save it as credential.json. If you are unsure how to do this, consult a colleague who is currently working on or has previously worked on this project to provide you with the file.

Copy the .env.example file

cp .env.example .env

Configure the .env file

Properly set each environment variable in the .env file. If you don't know which values to use, talk to a colleague who is currently working on or has previously worked on this project.

Install the dependencies

make install

Run the project

make dev