An open API service indexing awesome lists of open source software.

https://github.com/geffrerson7/products-api

API to create and search products.
https://github.com/geffrerson7/products-api

api express node postman prisma typescript

Last synced: 3 months ago
JSON representation

API to create and search products.

Awesome Lists containing this project

README

          

# API PRODUCTS

REST API with TypeScript, Express and Prisma.

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`DATABASE_URL`

`PORT`

## Run Locally

Clone the project

```bash
git clone https://github.com/Geffrerson7/PRODUCTS-API.git
```

Go to the project directory

```bash
cd PRODUCTS-API
```

Install dependencies

```bash
npm install
```

Make migrations

```bash
npx prisma migrate dev
```

Run project

```bash
npm run dev
```

## API Documentation

[![Postman](https://img.shields.io/badge/Postman-FF6C37?style=flat-square&logo=Postman&logoColor=white)](https://documenter.getpostman.com/view/24256278/2s93JwN22G)

## Authors

- [Gefferson Casasola](https://github.com/Geffrerson7)