Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

kuceb/realworld-lowdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realworld-lowdb

Realworld react-redux client + an in-place json database + Express server

CircleCI

Install dependencies:

npm install

Run api tests:

# silence the annoying npm exit code error
npm run server:test --silent

Start server on port 3000:

npm run server:start

Start client on port 4100:

npm start

JSON database writes to server/.data/db.json.
This prevents file watchers from picking up changes to the db.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published