Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rojikaru/carparts-hub

A demo REST API for a car parts store
https://github.com/rojikaru/carparts-hub

nestjs nextjs postgresql prisma rest-api typescript

Last synced: about 5 hours ago
JSON representation

A demo REST API for a car parts store

Awesome Lists containing this project

README

        

# CarParts Hub

This is the repository for the CarParts Hub project. It is a full-stack application built with NestJS and Next.js.

## Installation

1. Clone the repository
2. Run `npm install` to install the dependencies (in both the `carparts-backend` and `carparts-frontend` directories)
3. Run `npm run start:dev` to start the server (in the `carparts-backend` directory)
4. Run `npm run dev` to start the client (in the `carparts-frontend` directory)

## Usage

The server will be running on `http://localhost:4000`. You can use Postman or any other API testing tool to test the endpoints. The client will be running on `http://localhost:3000`.