Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rojikaru/carparts-hub
- Owner: rojikaru
- Created: 2024-07-26T11:34:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:53:23.000Z (3 months ago)
- Last Synced: 2024-09-05T21:08:42.492Z (2 months ago)
- Topics: nestjs, nextjs, postgresql, prisma, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.