Skip to content

joaovbrandon/marketplace-api

Repository files navigation

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.