Skip to content

The-Neighborhood-Watch/nbhw-backend

 
 

Repository files navigation

Neighborhood Watch Django Application

This Django application helps you build a neighborhood watch platform.

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

  • Docker
  • Docker Compose

Installing

  • Clone the repository
git clone https://github.com/The-Neighborhood-Watch/nbhw-backend
  • Change directory to the project root
cd nbhw-backend
  • Create a .env file in the project root and add the following environment variables
DATABASE_URL=sqlite:///db.sqlite3
DEBUG=True
  • Build the Docker image
docker-compose build
  • Run the Docker container
docker-compose up

Running the tests

To run the tests, run the following command

docker-compose run tests

About

Django sample app for DigitalOcean App Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • Dockerfile 4.5%
  • HTML 2.6%