This is an application for members only of the Odin Project and its goal is to achieve the best coding practices for using Ruby on Rails. Members of the app can see who the author of a post is, but outside they can only see the story.
What was built in this project
-
Created User and Post Models.
-
Created validations for all of the fields these tables possesses
-
Stabilised relationships between tables
-
Bootstrap
-
Devise
-
Action Text
-
Ruby 2.7.2
-
Ruby on Rails 6.1.1
-
VS code
-
Linters (RuboCop)
Text Editor (VSCode is suggested.) Ruby Rails Bundler Yarn SQL
To get a local copy up and running follow these simple example steps:
-
On the project, GitHub page, navigate to the main page of the repository this page.
-
Click on a green button named
Code. -
Copy the project URL as displayed.
-
If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.
-
Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
-
Type
git clone, and then paste the URL you copied in Step 3.$ git clone https://github.com/mrigorir/members-only.gitPress Enter key -
Press Enter. Your local copy will be created.
Please note that you must have Git installed on your PC, this can be done here.
-
After you get the project aiming to the desired directory, you need now to install ruby globally
for that, in your terminal run
bundle installto install the project's dependencies. -
Run
yarnto install all the dependencies. -
Run
db:migrateso you can have the representations of tables in your project -
Run
rails cin order to interact with your terminal app.
👤 Marco Parra
- GitHub: @mrigorir
- Twitter: @marcoparra311
- LinkedIn: @marco-alonso-parra
👤 Nikos Pountzas
- GitHub: pountzas
- Twitter: @pountzas20
- LinkedIn: Nikos Pountzas
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.