- Install Postgres
- Install the POSTGIS extension
- Install Neo4J
- Create a database called "poolin" in Neo4J
- Create database "poolin" in Postgres
- Enable the POSTGIS extension for the database "poolin"
- Configure database connection details in
backend/src/data-source.ts
- cd into the backend folder
- Run the command
npm install
- Run the command
npm start