Skip to content

mrigorir/members-only

Repository files navigation

Members Only

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

Built With

  • Ruby 2.7.2

  • Ruby on Rails 6.1.1

  • VS code

  • Linters (RuboCop)

Prerequisites

Text Editor (VSCode is suggested.) Ruby Rails Bundler Yarn SQL

Getting Started

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.git Press 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 install to install the project's dependencies.

  • Run yarn to install all the dependencies.

  • Run db:migrate so you can have the representations of tables in your project

  • Run rails c in order to interact with your terminal app.

Authors

👤 Marco Parra

👤 Nikos Pountzas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors