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

https://github.com/hiteshmeta85/pc-builder-api

Web Portal to purchase Customized PC - Created with Express, TypeORM & Postgres
https://github.com/hiteshmeta85/pc-builder-api

api backend express postgres typeorm typescript

Last synced: 3 months ago
JSON representation

Web Portal to purchase Customized PC - Created with Express, TypeORM & Postgres

Awesome Lists containing this project

README

          

## PC-Builder-API

The project uses TypeScript, ExpressJS, TypeORM, Redis. The database required is PostgreSQL.

1. cd pc-builder-api.
2. Configure .env by referring to example file provided.
3. Install packages using `npm install`
4. Run Typescript using `npm run watch`
5. Start server using `npm run dev`