A web-based accounting software.
https://corndog-bhbrtqngto.now.sh
The account info that works is as follows:
username: jdoe@corndog.herokuapp.com
password: 12345
username: accountant@corndog.com
password: 12345
username: manager@corndog.com
password: 12345
username: admin@corndog.com
password: 12345
In order to install, you will need the following:
- Docker: used to spin up supporting services
- Ruby: the programming language used to specify the application (ensure this is the same as the version specified in .ruby-version)
- Bundler: used to download packaged gems
- NodeJS: used to serve the client-side
After you have installed these dependencies, you should run the folowing:
$ bundle install
$ cd client
$ npm install
$ cd ..This should get all of the necessary libraries for you.
$ guard -g test(NOTE: tests will run automatically when corresponding files change, hitting return will run all tests)
$ guard -g dev(NOTE: server will run at localhost:3000, this will not be available on your local network)
$ cd client
$ npm run devhttps://www.lucidchart.com/invitations/accept/b6110306-ce30-427d-aa75-27cd6df4873b