Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.1 KB

AgentK

This is a Rails App which is not suitable for deploying right now.

Stack used: SQLite, Ruby, Rails.

Installation

Make sure you have latest Ruby installed on your machine.

Clone the repository and run the following commands :

bundle install
yarn install

These will install the necessary dependencies. Next, you need to create the database by running the following commands :

rake db:create # to create the database.
rake db:migrate # to migrate the database and get all the schema up and running.

To start the server, please open two tabs and run the following commands (this is for development):

bundle exec rails server # in tab 1
bin/webpack-dev-server # in tab 2

Configuration

Right now, the app only supports sending email through SMTP. Put your SMTP credentials in the :smtp_settings in encrypted credentials file.

Backstory

This was created during live streams at my YouTube channel. Link to the videos :-