Full stack bakery project displaying information on baked goods items and send item information directly
to users email accounts on the backend.
Deployed to Heroku:
Using: Ruby, Sinatra, HTML, CSS and SendGrid API.
Fullstack simple blog site that enables new user sign up account creation and relevant posts on a topic of their choosing.
Tumblr-like blog with Ruby/Sinatra microframework.
Deployed to Heroku:
Test Login: samantha@gmail.com
password: password1
Features:
Account creation; built full CRUD functions for User and Post models with authentication/validation logic
An account login process whereby new users can sign up and create/edit posts when session is enabled
View posts made by other users
Edit account information
Is mobile responsive
Deployed to Heroku:
Demo administrator login:
Email: admin@nycda.com Password: 123456
or create new administrator
A fullstack simple administrative panel for a fictitious school whereby an administrator can complete common administrative tasks like create cohorts from courses and assign students and teachers to them.
Key features:
Built with Ruby on Rails; Activerecord is used to make all database transactions; All CSS styling; no CSS frameworks implemented User authentification implemented with devise gem.
Four manageable groups:
Courses Cohorts Instructors Students
The administrator is able to create, read, update, and delete any item in any group.