Carlo1911 / blue_shortened_url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortened URL

prerequisites

  • docker
  • docker-compose
  • python

run the project

As we have a Makefile you can run the project with the following command:

Build the project

make build

Run the project

make up

Create migrations (The project has to be running)

make migrations

Apply migrations (The project has to be running)

make migrate

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.8%Language:CSS 39.0%Language:Python 6.1%Language:Makefile 0.9%Language:Dockerfile 0.6%Language:HTML 0.6%