BACKEND SERVER

This is backend of semina aplication. this aplication is under development

API Reference

Get all items

  GET /api/v1/categories
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/v1/categories/${id}
Parameter Type Description
id string Required. Id of item to fetch

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev