Skip to content

Python Flask APIs using JWT, Digitalocean, MongoDB, Docker, Kubernetes for WildCabaret Website which performs CRUD operations on booking, events, contact, newsletters, users.

Notifications You must be signed in to change notification settings

Pratyuxh/wildcabaret

Repository files navigation

wildcabaret-api-python

Steps to run the project locally

Step 1: Install virtual environment by running following commands in the terminal

1. python3.9 -m venv --without-pip virtual 2. source virtual/bin/activate

Step 2: pip3 install flask

Step 3: python main.py

Steps to run the project through docker

Step 1: docker build -t wildcabaret .

Step 2: docker run -p 5000:5000 wildcabaret

If it does not run through this command, go to docker dektop and run your image at new port 5001

About

Python Flask APIs using JWT, Digitalocean, MongoDB, Docker, Kubernetes for WildCabaret Website which performs CRUD operations on booking, events, contact, newsletters, users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published