Skip to content

heymonicakay/wideRetriever-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wide Retriever Server

Did someone say... fetch?

Prerequisites

• Install JSON Server

npm i json-server

• Client Side Repo

Wide Retriever Client Repo

Demo

To access the sample database and quickly demo the application as an existing user...

...click here!

  1. Clone this repository and change to the directory in the terminal.
git clone git@github.com:heymonicakay/wideRetriever-server.git
wideRetriever-server
  1. Run the server.
json-server -w sample.json -p 8088
  1. Open a new Terminal tab ⌘T, launch the client.


To access the empty database and demo the application from scratch as a brand new user...

...click here!

  1. Clone this repository and change to the directory in the terminal.
git clone git@github.com:heymonicakay/wideRetriever-server.git
cd wideRetriever-server
  1. Run the server.
json-server -w empty.json -p 8088
  1. Open a new Terminal tab ⌘T, launch the client.

Created by Monica Kay

Monica Kay GitHub Monica Kay LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published