/dashboard-nextjs-fastapi-postgres

Fullstack App (Postgres - FastAPI - React.js) that allows a user to add and maintain employees in a company.

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Employees Dashboard Fullstack App 🔥

Requirements 📌

  • docker >= 20.10.23

Run with docker 🐋 🔵

git clone https://github.com/MohamedAmineDHIAB/employee-dashboard-fullstack-app.git \
&& cd employee-dashboard-fullstack-app
docker-compose up --build
  1. You can find the app by opening:
http://localhost:3000

Stop everything and delete volumes 🗑️ 🔴

docker-compose down -v