Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

The-Programming-Lab/authentication

Repository files navigation

How to run

Put .env and .env.dev file in the root directory

Production

Build: docker build -t auth .
Run: docker run -p 80:80 auth
Access: http://localhost:80/docs

Development

Build: docker build -f Dockerfile.dev -t dev-auth .
Run: docker run -p 80:80 dev-auth
Access: http://localhost:80/docs

or without docker

virtualenv setup: https://www.youtube.com/watch?v=IAvAlS0CuxI
Install requirements: pip install -r requirements.txt
Run: python ./app/main.py
Access: http://localhost:8000/docs

links

https://www.youtube.com/watch?v=LaGYxQWYmmc

https://iq.opengenus.org/failed-to-solve-with-frontend-dockerfile-v0/

About

Login and Registration using firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published