https://github.com/devdezzies/wortheverypenny-backend-service
backend service for WorthEveryPenny
https://github.com/devdezzies/wortheverypenny-backend-service
Last synced: 2 months ago
JSON representation
backend service for WorthEveryPenny
- Host: GitHub
- URL: https://github.com/devdezzies/wortheverypenny-backend-service
- Owner: devdezzies
- Created: 2025-01-17T16:21:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T07:37:21.000Z (2 months ago)
- Last Synced: 2025-03-14T08:34:00.089Z (2 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. Clone
```shell
git clone https://github.com/devdezzies/wortheverypenny-backend-service.git && cd wortheverypenny-backend-service
```
2. Install Dependencies
```shell
npm install
```
3. run
```shell
npm run dev
```