Skip to content

coinhub-uit/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COINHUB SERVER


DOCS

API endpoint

Note

Github static host page cannot sending request to the API because it's not designed to do so. Can only be tested with a real server.


DEV

  1. Setup dev env
    npm i
  2. Setup .env file
  3. Run dev
    • Start postgres using docker (skip if you have already had postgres database)
    docker compose up
    • Run api server
    npm run start:dev