``
``
git clone https://github.com/ger619/CSPM.git
- cd CSPM
- ./bin/dev
- Ruby 3.3.5 on Rails 7.2.2
- PostgreSQL 14
Vscode or RubyMine Setup
Ruby
Rails
PostgreSql
Tailwindcss
# Sign into posgresql
su - postgres
# Create user
create user 'user_name' with encrypted password 'mypassword'
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate
bundle install
./bin/dev
bundle install
rspec
👤 AbolGer
👤 Robert Kanyoro
- GitHub: @Kanyorok
- Twitter: @CarlosMbugua
- LinkedIn: Robert Kanyoro
👤 Nemwel Boniface
- GitHub: Nemwel-Boniface
- LinkedIn: Nemwel Boniface
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Original design idea by Unk on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author.
Give a ⭐️ if you like this project!
This project is MIT licensed.
