This project is part of microverse technical curriculum ruby on rails projects. In this project I created a secret messages posting platform. To keep the message author private, only members with accounts and logged in can see the author.
-
Copy either one of the two cloning options in the repo
-
Open a terminal in the directory you want to house this project.
-
run git clone (paste the copied text)
-
run bundle install to set up the projects environment on your local machine.
-
To view the project in a browser run rails server in the terminal and visit http:localhost:3000 in your browser.
-
Built using [Ruby v 2.7.1][rbl]
-
All contributors used [VS Code][vsc] as IDE
-
Git and Github were used for version control
-
Ruby Devise gem was installed and used for User creation.
-
This was build as part of [microverse][mvs]'s technical curriculum.
-
Based on The Odin Project
- Tennyson Zvaita - @tennyzvaita - tzvaita@gmail.com