This documentation will walk you through the steps to run Openspace Express application with Postgres and PostGIS.
Before getting started, make sure you have the following installed on your system:
- Node.js
- PostgreSQL
- PostGIS extension for PostgreSQL
Clone the repository containing the Express application to your local machine.
git clone https://github.com/OpenSpace/UI-WebRTC.git
Navigate to the project directory and install the required dependencies using npm.
cd Backend-WebRTC
npm install
Create a new PostgreSQL database and enable the PostGIS extension.
createdb openspace
psql -d openspace -c "CREATE EXTENSION postgis;"
Open the .env
file in the project directory and update the database connection details.
DB_HOST=<database-host>
DB_PORT=<database-port>
DB_NAME=<database-name>
DB_USER=<database-username>
DB_PASSWORD=<database-password>
Start the Express application using the following command:
npm start
Open the web browser and navigate to http://localhost:<port>
, where <port>
is the port specified in the Express application.
For more help, reach out to our developers Abhay Garg, Sonia Castelo, Gene Payne on Slack.
user analytics, server analytics