GitHub - jackcutting/vsrf: Vegan Sausage Roll Finder

Example

To view an example of the application, simply go to: https://www.vegansausagerollfinder.co.uk/

Getting Started

This application was built using the latest version of NodeJS LTS and PostgreSQL at the time. These were as follows:

  • NodeJS v10.15.0
  • PostgreSQL 11.0
  1. Get VSRF code
git clone https://github.com/jackcutting/vsrf.git
  1. Install dependencies
cd vsrf
npm install
cd client
npm install
cd ../
  1. Init the database

Rename .env.sample to .env and enter your database connection details. Then run:

  1. Start the server
  1. Start the client
  1. Open in browser (if it doesn't automatically)
open http://localhost:3000