https://github.com/jakepeg/listings-db
https://github.com/jakepeg/listings-db
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakepeg/listings-db
- Owner: jakepeg
- Created: 2020-01-30T09:30:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:56:10.000Z (over 3 years ago)
- Last Synced: 2025-06-17T23:38:06.539Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://doozone.now.sh
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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