Skip to content

jackcutting/vsrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

Vegan Sausage Roll Finder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors