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
- Host: GitHub
- URL: https://github.com/hiteshmeta85/pc-builder-api
- Owner: hiteshmeta85
- Created: 2022-04-06T05:54:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T13:46:03.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T12:14:56.934Z (about 1 year ago)
- Topics: api, backend, express, postgres, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`