Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacob-ian/expressrestapi

A RESTful API built with Express following Agile design principles.
https://github.com/jacob-ian/expressrestapi

agile express javascript nodejs typescript

Last synced: 9 days ago
JSON representation

A RESTful API built with Express following Agile design principles.

Awesome Lists containing this project

README

        

# ExpressRestApi

A RESTful API made with Express.js with the Agile Principles and Values in mind.

## Usage

1. Clone or download the repository.
2. Run `npm run build` to compile, or run `npm install -g ts-node` to skip compilation.
3. Run `PORT=4000 npm run start` or `PORT=4000 ts-node src/index.ts` to start the API.
4. Make requests to the API at `http://localhost:4000`.

## License

This repository uses the MIT license.