This is an app, created with Ruby on Rails, developed for you to share and read anonymous secrets!
As the title suggests, this is meant to be used by members only, so be sure to sign up!
What can you do with this project?
- You can sign up, and if you created an account already, just sign in;
- You can write your secrets (all posts are anonymous, your secret is safe here);
- You can edit and delete your own secrets;
- You can read other people's secrets on the feed.
- Ruby 2.7.2;
- Ruby on Rails 6.1.3;
- Ruby gems: devise, bulma, simple-forms, sqlite3, puma, sass-rails, webpacker, turbolinks, jbuilder, rubocop;
- Visual Studio, Git & GitHub;
To run this project, you need a computer with Ruby and Ruby on Rails installed.
If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.
If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.
To get a local copy up and running, follow these simple steps:
- In your terminal, type the following, to clone this repository:
git@github.com:VanessaAoki/MembersOnly.git
-
Type
$ cd MembersOnly
to move to the project folder; -
Install all required gems by typing
$ bundle install
on the terminal; -
Migrate the database with
$ rails db:migrate
; -
Type
$ cd bin
to move to the bin folder, you must be on this folder to execute the file; -
Execute
$ rails server
on the terminal and runhttp://localhost:3000
on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.); -
Explore the app, sign up - or sign in if you are already a user - share and read secrets;
-
After you are done, stop running the server by clicking
ctrl + C
on your terminal.
🧑💻 NSABIMANA Emmanuel
- GitHub: @emmyn5600
- Twitter: @NSABIMA62253884
- LinkedIn: @nsabimana-emmanuel-4276091b2
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.