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!!!
- Ruby
- Ruby On Rails
To get a local copy up and running follow these simple example steps:
- 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
- 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 runrails db:migrate
- Finally run
rails server
go to your browser and typelocalhost:3000
- Now you can play around with creating, updating or deleting users.
👤 Uzair Ali
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
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. Please contact issues link for contributions.