/heroku-json-server-ready

Ready REST API -built with JSON Server

Primary LanguageHTMLMIT LicenseMIT

heroku-json-server-ready

Ready REST API -built with JSON Server

git clone git@github.com:heroku/button-sample.git # or clone your own fork
cd button-sample
npm install
npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using this button:

Deploy