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

https://github.com/jakepeg/listings-db


https://github.com/jakepeg/listings-db

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Listings-db

## Steps to run in Development Environment

```
# From root folder
npm run dev
```

or do the following 2 steps

### 1. Start API server

(Start this first, or else you will get error when web app attempt to call API)

```
cd server
npm install
npm run start
```

API is availble on port 3001

### 2. Start NextJS App

```
cd app
npm install
npm run dev
```

Web App is available on port 3000

http://localhost:3000

## Steps to deploy

```
# From root folder where you have now.json
now
```

now --prod