GitXplorerGitXplorer
a

hello-world

public
1 stars
1 forks
15 issues

Commits

List of commits on branch master.
Unverified
4640a1380dd3de67565039f0dfd4c2f1644b50a2

Add JWT based login

aathyuttamre committed 6 years ago
Unverified
6fa6c0754270ec0e3d38d4ec342f942943796ae5

Add GraphQL endpoint with fake data

aathyuttamre committed 6 years ago
Unverified
15b1e251bfd5d3aded350366bfb8561b043bf46d

Add POST/GET for users, generate prefixed IDs

aathyuttamre committed 6 years ago
Unverified
636250f46213299b75d4f25386da01c94b0bdee6

Update build command to install modules first

aathyuttamre committed 6 years ago
Unverified
aff710708758be323b793234765996080a2a1533

Pin project to Node 11.12.0

aathyuttamre committed 6 years ago
Unverified
003839297cea906523754d2f08b0e2c496b0196d

Add healthcheck endpoint

aathyuttamre committed 6 years ago

README

The README file for this repository.

hello-world

An example Koa app.

Setup

  1. Install dependencies:

    npm install

  2. Install the Postgres app: https://postgresapp.com/.

  3. Add Postgres commands to your $PATH:

    export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"

  4. Make a copy of the environment variables file:

    cp .env.template .env

    Then fill out the values corresponding to your local Postgres instance.

  5. Run the app:

    npm run dev