This is a project to practice as a full stack developer.
I build an app with modern, modular and robust code. I worked with:
- Library / Framework: React and Styled Components.
- Language: Python.
- Library / Framework: FastAPI.
- Database: Postgresql.
Run React server (http://localhost:3000)
npm start
Run Python server (http://localhost:8000)
uvicorn main:app --reload