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.
- Host: GitHub
- URL: https://github.com/geffrerson7/products-api
- Owner: Geffrerson7
- Created: 2023-03-15T02:13:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T19:50:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T10:49:55.092Z (12 months ago)
- Topics: api, express, node, postman, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://documenter.getpostman.com/view/24256278/2s93JwN22G)
## Authors
- [Gefferson Casasola](https://github.com/Geffrerson7)