/Syndicat

Application de syndicat pour gérer les paiement pour chaque appartement

Primary LanguageJavaScript

SYNDICAT

Syndicat is a web app for managing buildings and apartments, it provides a dashboard to manage the buildings, apartments, tenants, and payments.

run the app

this app is under continuous development, so this instructions may change later

  • First clone the project
git clone https://github.com/CH4R4F/Syndicat.git
  • Inside the project you have two layers, frontend and server, locate to each directory and install all needed dependencies

    cd frontend
    npm install
    cd server
    npm install
  • run the containers in the root folder using docker-compose (you need to have docker installed)

    docker-compose up
  • the app will be running on http://localhost:3000

the Dockerfile contains different running modes, (development, production, test), you can uncomment the one you want to use