Dilshan-H / cj9-lucky-leucrota

The repo for this team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeJam 2022 Project Repository

This is the app We're making.

Running/developing

with Virutalenv

Just fork and clone this and open the folder then run the below to build,

#windows
.\venv\Scripts\activate

To run the project run this,

uvicorn src.app:main --host '0.0.0.0' --port '80'

With Docker

just fork and clone this and open this folder. then run this to build,

$ docker build -t projectimage .

After it's built use this to run it.

$ docker run -d --name projectcontainer -p 80:80 projectimage

About

The repo for this team

License:MIT License


Languages

Language:Python 50.1%Language:HTML 24.7%Language:Dockerfile 24.2%Language:JavaScript 0.8%Language:CSS 0.3%