Skip to content

dtacci/green-run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • HTML 25.7%
  • CSS 21.5%