Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 375 Bytes

File metadata and controls

38 lines (25 loc) · 375 Bytes

Basic Template for Full Stack Projects

Frontend

  • React
    • Vite
    • Tailwindcss

Initialize

npm i 

Start Dev to default port 5173

npm start dev

Backend

  • Python
    • FastAPI

Database

  • MongoDB

Docker

  • Backend and DB are managed by Docker compose
    • Backend port 8008
    • DB port 27018
docker compose up