Skip to content

Livideakoto/paymetrustapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

Getting started

  • Clone the repository
git clone  https://github.com/Livideakoto/paymetrustapi.git
  • Install dependencies
cd paymetrustApi
npm install
  • Build and run the project
npm start
  • Set up database (put correct credentials in .env file)
PGUSER=yourusername
PGPASSWORD=
PGHOST=yourserver
PGDATABASE=paymetrustapi
PGPORT=5432

JWTSECRET=pmetrust524@
PORT=4000

Navigate to http://localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published