A full-stack login web application. With JWT token this web app is the best fully responsive FastAPI and React JS login page .
Frontend - Reactjs and Tailwind Backend - FastAPI, Postgresql
- User should be able to register.
- user should be able to login.
- user should be able to view profile after login.
- user can update login password.
Backend -- |-------- app | | |--------Controller (manage of the REST api interface to the business logic) | |--------repository (storage of the entitiy/model in system) | |--------model (model/entity ) | |--------services (business logic implementation) | |-------- media