Skip to content

solarsocialnet/change-the-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change The World - Web app

This is the repository of the project Change The World.

How to contribute

Conventions

  • Write semantic commit messages and use Karma pattern.
  • TODO: Define workflow (GitFlow?)

Requirements

Install the following requirements prior to running this project:

  1. Docker
  2. Docker compose

How to get this project up and running

  1. Go to the root of this project (where this readme file is located)
  2. Run the following commands on your terminal:
    • Build docker image: docker build .
    • Run migrations: docker-compose run web python /app/change/manage.py migrate --noinput
    • Start app server: docker-compose up -d --build
  3. You should be able to access the admin endpoint: http://127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published