Skip to content

Kel0/fastapi-react-auth-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-react-auth-app

Simple example of auth app which built on Fastapi + React.js

Demo

Installation

  • Copy repo.
git clone https://github.com/Kel0/fastapi-react-auth-app.git
  • Install requires
pip install -r ./backend/requirements.txt
  • Migrate models
cd ./backend && inv migrate
  • Install react dependencies
cd ./fronend && npm install

Start app

  • Run api
cd ./backend && uvicorn clubhouse.api:app --reload --port 5000
  • Run celery
cd ./backend && celery -A clubhouse.tasks worker -B --loglevel=info
  • Run react
cd ./frontend && npm start

Start app via Docker

  • Run api
docker-compose up -d --build

Api will run under 4150 port

  • Run react
cd ./frontend && npm start

About

Simple auth. app built on FastAPI + React.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published