Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khaosdoctor/layered-typescript-bookstore

Demo API to show how to build layered applications using TypeScript
https://github.com/khaosdoctor/layered-typescript-bookstore

Last synced: 5 days ago
JSON representation

Demo API to show how to build layered applications using TypeScript

Awesome Lists containing this project

README

        

# Building a layered API with Node.js

> This is a simple application built to demonstrate the use of layers in software architecture

*[Portuguese Version](./README.md)*

## Usage

1. Clone the repository
2. Run the `npm install` command
3. Run the `npm start` command

The server runs by default on port 3000, but you can change this by exporting a `PORT` variable when running the `start` command: `PORT= npm start`.

> You can also import your [request collection](./insomnia.json) to your [InSomnia](https://insomnia.rest/).