A Marketplace REST Api developed in NodeJS.
If you wanna the API docs, import insomnia.json in Insomnia REST Client.
You need Node.js to run it.
- Run
npm install
- Copy
.env.TEMPLATE
to.env
withcp .env.TEMPLATE .env
- Fill
.env
with the configs data - Run
npm start
This project is licensed under the MIT License - see the LICENSE.md file for details.