Skip to content

snogrammer/anon_me

Repository files navigation

Anon Me

Ruby 2.5.1

Rails 5.2.0


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

Dependencies

This service has dependencies on the following services:

  1. Ruby 2.5.1
  2. Postgres
  3. React

Local development (without Docker)

To start the application from project folder:

  1. Start App: $ rake start

Database

Migration

A rake task needs to be executed the first time the project is set up in order to migrate the database.

  1. rake db:create db:migrate (Local)

Rspec

  1. bundle exec rspec

Environment Variables

Variable Description Default
DATABASE_URL Postgres URL postgres://localhost:5432/anon_development

Deployment

App is currently hosted on Heroku free tier. Run the following to deploy via Heroku CLI:

git push heroku master

TODO

  1. Add Docker
  2. Add UI tests
  3. Determine if ActiveAdmin CMS is required (probably not)
  4. Replace Address with valid values (currently mocked)
  5. Replace Phone Number with valid values (currently mocked)

About

React SPA with Rails API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published