Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Add linter configuration for Node.js & Mocha. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebearingedge committed Mar 12, 2019
1 parent d1973b7 commit e256d86
Show file tree
Hide file tree
Showing 5 changed files with 3,567 additions and 41 deletions.
1 change: 1 addition & 0 deletions .env.example
@@ -1,4 +1,5 @@
# API Variables
PORT=3000
POSTGRES_URL=postgres://admin:password@localhost:5432/poke-admin

# Postgres Container Variables
Expand Down
5 changes: 5 additions & 0 deletions api/create-api.js
@@ -0,0 +1,5 @@
import express from 'express'

export default function createApi() {
return express()
}

0 comments on commit e256d86

Please sign in to comment.