Skip to content

coinhub-uit/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 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 # or "just restore"
  2. Setup .env file
  3. Run dev
    • Start postgres using docker (skip if you have already had postgres database)
    just run-docker-db
    • Run api server
    just run-api-server-dev