A Web App built for a Condo Manager who also works as a Lawyer.
This project was built with AdonisJs (Node.js framework) and PostgresSQL.
You can also check the React App's repository.
# Clone this repository
$ git clone https://github.com/rafaelmuttoni/advsindpro-backend
# Go into the repository
$ cd advsindpro-backend
# Install dependencies
$ npm install
# Start the React App
$ npm run dev