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
- Host: GitHub
- URL: https://github.com/kimobrian/server
- Owner: kimobrian
- License: mit
- Created: 2018-06-30T06:27:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T10:58:35.000Z (almost 7 years ago)
- Last Synced: 2025-05-15T23:13:06.241Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/kimobrian/server)
[](https://codeclimate.com/github/kimobrian/server/maintainability)
[](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)