Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 809 Bytes

Group Bet Logger

An application to create and log group football bets.

Getting started

Assuming you have git installed, in the location of your choice, in Terminal:

git clone https://github.com/LeeGordon83/GroupBetLogger.git

cd into the GroupBetLogger folder.

Assuming you have Node.js and NPM installed, in that same location, in Terminal:

npm install

Application Setup

The application and database are contained in Docker.

Assuming you already have Docker Desktop installed then run the commands below in terminal: -

docker-compose build

docker-compose up

Then in the browser of your choice:

http://localhost:3000/

Running tests

To be added

Linting

JavaScript files have been linted throughout the project using StandardJS