Skip to content

This is a members-only app, works just like my Twitter clone but with the exception of hiding usernames and other essential details from the visitors on the app who are yet not registered on the app itself. So, only the registered people can view the sensitive data(username).

Notifications You must be signed in to change notification settings

uzairali19/members-only

Repository files navigation

Members-Only

This is an example of a CRUD app using rails. It is a members only blog post that works as a blog post but with user authentication system. So, rails tells the user if they are registered and can post or not. The main features of the app is that all the functions work dynamically using forms. A user is able to create, edit, delete or view a user. Since it is to test backend logic styling is not the main emphasis of this project. Please follow the steps to get your local copy and play around. Happy Coding!!!

Built With

  • Ruby
  • Ruby On Rails

Getting Started

To get a local copy up and running follow these simple example steps:

Prerequisites

Setup

  • To get a local copy of the project open terminal
  • run git clone https://github.com/uzairali19/members-only.git
  • Then run cd members-only

Usage

  • To use the app on local machine make sure you are on the root directory members-only
  • Open terminal and run bundle install to install all the dependecies then run rails db:migrate
  • Finally run rails server go to your browser and type localhost:3000
  • Now you can play around with creating, updating or deleting users.

Authors

👤 Uzair Ali

🤝 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!

📝 License

This project is MIT licensed. Please contact issues link for contributions.

About

This is a members-only app, works just like my Twitter clone but with the exception of hiding usernames and other essential details from the visitors on the app who are yet not registered on the app itself. So, only the registered people can view the sensitive data(username).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published