Skip to content

adamlucia/code-test-express

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.1%
  • HTML 42.4%
  • CSS 3.5%