Killbase is a service that allows international assassins and their clients to create, book, and execute contracts.
Killbase is a full stack web application built with EJS on the front-end, Knex.js for CRUD operations and PostgreSQL for the back-end database. Materialize was used for styling, in addition to implementing the Typed.js library for typing effects.
Deployed site: https://killbase-stevenfiero.herokuapp.com/
Github repo: https://github.com/ssfiero/killbase-app
Project/Issue tracker: https://github.com/ssfiero/killbase-app/issues
For project details including user stories and wireframes: https://github.com/ssfiero/killbase-app/blob/master/Instructions-README.md
Knex database migration: knex migrate:latest or knex migrate:rollback
Knex database seed: knex seed:run
PostgreSQL database: psql killbaseApp
List database tables: \dt Query database table: select * from tablename; Exit out of database: \q
Server: node server.js
Heroku db migration: heroku run knex migrate:latest
Heroku db seed: heroku run knex seed:run
Homepage
Assassins
Contracts





