Skip to content

Ai-Sasit/React-FastAPI-SQLite-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React with Authentication

Default User

  • Username: admin
  • Password: asd123

Start front-end

don't forget to install node dependencies npm i

cd frontend
npm start

Start back-end

don't forget to install python module pip install -r requirements.txt

cd backend
python server.py

Index Page

http://localhost:3000

API URL - Swagger UI

http://localhost:9999/api/docs

Screenshots

Index page

alt text

Register page

alt text

Login page

alt text

Login as Admin page

alt text

Admin Dashboard page

alt text