Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Test: Node

A simple Express app designed to provide a basic API for our code test.

Quick start

  1. Install node

Recommended version >= 6.x

  1. Run npm install to install dependencies

  2. Run npm run migrate to migrate your development database

  3. Run npm run seed to seed your development database

  4. Run npm start to start up the local development server

You should get JSON output from http://localhost:3000/members

Testing

Run npm test to run the test suite.

Todo

  • Create docker setup as an alternative to installing node directly

About

Express API app for use in the Carney dev team code test

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages