Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 607 Bytes

MAJIN PASTE

Super Simple Paste and Share app Share your snipet code securely by avoiding public Paste Service

How To Setup

Install All Ruby Gem and Node Dependencies Make sure you're Running Ruby Version 2.7.2 because this project not yet supporting Ruby Version 3+

Ruby Gem Dep $ bundle install

Node JS Dep $ npm install

Initial Setup

If this the first time runing the project make sure to Migrate te Database $ bundle exec rake db:migrate

Run and Publish

To Start the project you can execute the following rackup command $ bundle exec rackup -o <ip-bind> -p <port-bind>