Skip to content

Apartment management application using nodejs and postgres

Notifications You must be signed in to change notification settings

PAP069/Apartment-Management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Apartment management application using nodejs and postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%