Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 607 Bytes

Marketplace API

A Marketplace REST Api developed in NodeJS.

Docs

If you wanna the API docs, import insomnia.json in Insomnia REST Client.

How to run

Prerequisites

You need Node.js to run it.

Installing

  • Run npm install
  • Copy .env.TEMPLATE to .env with cp .env.TEMPLATE .env
  • Fill .env with the configs data
  • Run npm start

License

This project is licensed under the MIT License - see the LICENSE.md file for details.