An open API service indexing awesome lists of open source software.

https://github.com/kimobrian/server

Simple Express Server for https://github.com/kimobrian/ember-client
https://github.com/kimobrian/server

Last synced: 24 days ago
JSON representation

Simple Express Server for https://github.com/kimobrian/ember-client

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/kimobrian/server.svg?branch=master)](https://travis-ci.com/kimobrian/server)
[![Maintainability](https://api.codeclimate.com/v1/badges/b3ca7fe1af2956ffd72f/maintainability)](https://codeclimate.com/github/kimobrian/server/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b3ca7fe1af2956ffd72f/test_coverage)](https://codeclimate.com/github/kimobrian/server/test_coverage)

# Server

Simple Express Server to Serve a List of records
Host: https://assessm.herokuapp.com/
Namespace/Version: v1

## Setup

- Clone the project: `git clone [email protected]:kimobrian/server.git`
- Switch into the project directory: `cd server`
- Install packages: `yarn` or `npm i`
- Create a `.env` file and set a variable `PORT` to your preferred port number or it will default to `3000`.
- To run tests use: `yarn test` or `npm test` commands.
- API [Documentation Link](https://documenter.getpostman.com/view/90179/RWEnmFvg)