Skip to content

thememaster-dev/postgresql-nodejs-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Download and install postgresql and create a database

  2. run yarn

  3. make a .env file in root

  4. copy everything from .env.exaple and paste them in .env file

  5. set your database user name, super admin password, database name,host and postgres port in USER,PASSWORD,DATABASE, HOST('localhost' by default),POSTGRES_PORT('5432'by default) in .env

  6. set your server port in PORT in .env('7000' by default)

  7. run yarn start and you are good to go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published