chronoscio / backend

Backend repository for the ChronoScio project
GNU General Public License v3.0
5 stars 0 forks source link

ChronoScio Backend Build Status Codacy Badge

Getting Started

# Clone the repo
git clone https://github.com/chronoscio/backend

# Create env files, remember to update accordingly
mv django.env.sample django.env
mv postgres.env.sample postgres.env

# Build and start the docker containers
make run

# Navigate to http://localhost/, if you get a 502 error postgres likely has not been initialized yet,
#   try again in a few seconds

Contributing

Please refer to the developer guide and contribution guide to learn how the backend is structured.