NethmiRodrigo / poolin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Dart 69.9%Language:TypeScript 15.0%Language:JavaScript 15.0%Language:HTML 0.1%Language:Swift 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%