Carlo1911 / keeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technical Test

Beginning πŸš€

This instructions let you deploy the project on your machine.

Requirements πŸ“‹

  • Docker 19.03^
  • Docker Compose 1.25^

Installation πŸ”§

  1. Clone the repository

    git clone ...
    
  2. Create a copy of .env.example in .env and modify it

    cp .env.example .env
    
  3. Build the docker image

    make build
    
  4. Run the docker image

    make up
    
  5. Apply migrations

    make migrate
    
  6. Create a superuser

    make superuser
    

Testing πŸ”¬

To run the tests you need to run the following command:

make test

Utils πŸ’»


⌨️ with ❀️ by Carlo1911


About


Languages

Language:CSS 46.6%Language:JavaScript 43.0%Language:Python 8.6%Language:Makefile 1.2%Language:Dockerfile 0.6%Language:Shell 0.1%