Skip to content

ngnic/xns

Repository files navigation

How to run the application


To launch the stack, run this command:

docker compose up -d
docker compose exec app pipenv run ./manage.py migrate 

How to test the application


To test the application, there are 2 options:

  1. If the containers are already running locally, run this command:
docker compose exec app pipenv run pytest
  1. If no containers are running locally, run this command:
docker compose run --rm app pipenv run pytest

To try out the API

  1. Launch the application
docker compose up -d
docker compose exec app pipenv run ./manage.py migrate 
  1. Import the Postman Collection using these instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages