Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacob-ian/expressrestapi
- Owner: jacob-ian
- License: mit
- Created: 2021-02-13T07:24:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T04:14:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T07:29:57.400Z (about 2 months ago)
- Topics: agile, express, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.