Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 842 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 842 Bytes

green-run

green-run

Express based Node Backend

Here we are using a JSON file full of beer(:beers:) information to act as a substitute database.

EJS is being used as the templating language for its server side capabilities and because I like it, however that can also be changed to suit the users preference.


To Get Started

  1. Fork repo
  2. Pull to local machine
  3. Download dependencies
  4. Start server (npm start or npm run dev_start)

It's THAT easy


TODO

1: forms to:

  • add beer object
  • edit beer object
  • delete beer object
  • display beer object
  • show all beers
  • filter all beers

2: Improve and maintain app stability through development

3: Ensure appropriate test coverage