Skip to content

Joel-Nickson/API-postgrest-ExpressJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api endpoint for a project in postgres

Must contain .env file with

DATABASE_URL = <Your db url !important>
DATABASE_NAME = <Your db name>
U_NAME = <your username>
P_WORD = <password>
PORT = <port no>

TABLE_NAME = <table name>
COL0 = <col0 or id>
COL1 = <col1>
COL2 = <col2>

About

api build using express to connect to postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors