Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrikgile API

Requiremets

Setting Up

  1. Install project dependencies by running:
pipenv install --dev
  1. Run a postgres container for the application database:
docker run --name db-metrikgile -e POSTGRES_PASSWORD=root -p 5432:5432 -d postgres
  1. Access the virtual environment:
pipenv shell
  1. Already inside the virtual environment make the migrations:
./manage.py makemigrations
  1. Migrate the database:
./manage.py migrate

Running the application

After complete the Setting Up steps, run the application with:

./manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages