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

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

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
```