https://github.com/cliftondavies/members-only
An exclusive clubhouse.
https://github.com/cliftondavies/members-only
css3 html5 ruby ruby-on-rails sqlite3
Last synced: 3 months ago
JSON representation
An exclusive clubhouse.
- Host: GitHub
- URL: https://github.com/cliftondavies/members-only
- Owner: cliftondavies
- License: mit
- Created: 2020-07-21T12:37:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T21:22:21.000Z (over 3 years ago)
- Last Synced: 2025-07-12T05:04:11.482Z (12 months ago)
- Topics: css3, html5, ruby, ruby-on-rails, sqlite3
- Language: Ruby
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Members Only
> An application that allows members to create posts. The authors of the posts are displayed only if a user is logged in.
## Functionality
- User Account: Users can sign up, sign in and sign out
- Post: Users can create new posts and view a list of all posts.
## :toolbox: Tools & Technologies Used
- Ruby v2.6.5
- Ruby on Rails v5.2.4.3
- SQLite3
## :rocket: Getting Started
### Dependencies
- Devise v4.7.2
### Configuration
1. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
2. Install Ruby on Rails
```
gem install rails -v 5.2.3
```
3. [Install SQLite3](https://www.sqlite.org/download.html), if you don't already have it installed locally.
4. Clone repo into your local environment using your favourite terminal:
```
git clone [this-repo-url].git
```
5. Open project directory
```
cd [directory-name]
```
6. Bulk install dependencies
```
bundle install
```
7. Set up database
```
rails db:create
```
```
rake db:migrate
```
8. Run Locally
```
rails s
```
9. Visit http://localhost:3000/
## Author
👤 **Clifton Davies**
- Github: [@githubhandle](https://github.com/cliftondavies)
- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)
- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Beagles
## 📝 Copyright & License
Copyright (c) 2020 Clifton Davies.
This project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.