/Apartment-Management

Apartment management application using nodejs and postgres

Primary LanguageJavaScript

Apartment-Management

Apartment management application using nodejs and postgres

Steps to Install :

step 1 : Create Schema in Postgres using the SQL file from schema/apartment.sql

step 2 : Change the db configuration in config/dbConfig.js to your db configuration

step 3 : Install dependencies and run

npm install

npm run serve-dev

step 4 : Setting node environment

for Development : npm run env NODE_ENV= development for Production : npm run env NODE_ENV=production

Coming Soon : API Documentation