Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.58 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.58 KB

🌱 Food Miles 🌱

As a user, I need an easy way to find out how local my shopping list is by comparing supermarkets and where they source their food from.

Build Status codecov Dependencies Known Vulnerabilities Heroku

Tech Stack

  1. NodeJS + ExpressJS
  2. PostgreSQL
  3. HandlebarsJS
  4. SASS
  5. Testing with tape, tap-spec and supertest
  6. CI with Travis CI
  7. Deployment on Heroku

Getting Started

Installing

A step by step series of examples that tell you how to get a development env running

npm install

Create a .env file and paste your database links there:

TEST_DATABASE_URL=yourPostgreSQLTestingLink
DATABASE_URL=yourPostgreSQLLink
npm run db_init
npm run lint
npm test
npm run watch

Screenshots & Audits

Authors