🌱 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.
- NodeJS + ExpressJS
- PostgreSQL
- HandlebarsJS
- SASS
- Testing with tape, tap-spec and supertest
- CI with Travis CI
- Deployment on Heroku
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