Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 605 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 605 Bytes

DOLLARZ

This project contains boilerplate and the dependencies to run the Dollarz app

Quick setup

docker-compose up
  • to exit - hit ctrl-c in the terminal

To close the program and docker run:

docker-compose down

Included Dependencies

Backend

  • MongoDB server
  • FastAPI

Frontend

  • Node.js
  • Next.js
  • tailwindcss

Details:

  • all are contained in one container
  • Debian 12

Project Introduction