Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 650 Bytes

MoonBase.App Backend API Server

Build status

Live API endpoint: http://moonbase.info.gf:3000/v1

API Endpoints

Active Endpoints:

/messages --> retrieves all messages from postgresdb

Under Construction Endpoints:

/userId --> generates a unique userId key to store in postgres db & to use as an endpoint for generating a userId and storing user's of front-end clients

To Get Started

yarn runQuery
yarn run startdev

Goto localhost:3001 Goto localhost:3001/api-docs for API Docs