React Single Page App (SAP) with a Rails API backend used to promote privacy via generation of unique data for website sign ups.
Note: This project is a work in progress
This service has dependencies on the following services:
- Ruby
2.5.1 - Postgres
- React
To start the application from project folder:
- Start App:
$ rake start
A rake task needs to be executed the first time the project is set up in order to migrate the database.
rake db:create db:migrate(Local)
bundle exec rspec
| Variable | Description | Default |
|---|---|---|
DATABASE_URL |
Postgres URL | postgres://localhost:5432/anon_development |
App is currently hosted on Heroku free tier. Run the following to deploy via Heroku CLI:
git push heroku master
- Add Docker
- Add UI tests
- Determine if ActiveAdmin CMS is required (probably not)
- Replace Address with valid values (currently mocked)
- Replace Phone Number with valid values (currently mocked)