Skip to content

MindTwisted/koa-books-store-api

Repository files navigation

Books Store

NodeJS REST API application based on Koa and Mongoose.

Getting Started

Prerequisites

You need to install Docker and NodeJS first.

Installing

  1. Install local npm dependencies.
npm install
  1. Start docker container.
docker-compose up
  1. Open application locally on port 3000.
http://localhost:3000
  1. Use API according to documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published