Backend

  1. Install Postgres
    • Install the POSTGIS extension
  2. Install Neo4J
  3. Create a database called "poolin" in Neo4J
  4. Create database "poolin" in Postgres
    • Enable the POSTGIS extension for the database "poolin"
  5. Configure database connection details in backend/src/data-source.ts
  6. cd into the backend folder
  7. Run the command npm install
  8. Run the command npm start