https://github.com/abeidahmed/members-app
A simple ruby on rails app where registered users can create posts.
https://github.com/abeidahmed/members-app
rails
Last synced: about 2 months ago
JSON representation
A simple ruby on rails app where registered users can create posts.
- Host: GitHub
- URL: https://github.com/abeidahmed/members-app
- Owner: abeidahmed
- Created: 2021-02-08T08:31:41.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-02-08T11:11:41.000Z (over 4 years ago)
- Last Synced: 2025-02-08T17:14:41.142Z (3 months ago)
- Topics: rails
- Language: Ruby
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clubhouse poster
> A simple ruby on rails app where registered users can create posts.
## Features
- Sign in and sign up
- Signed in users can create posts
- Users can see all the posts
- Post author names are hidden for guest users## Getting started
- Clone the repo `git clone https://github.com/abeidahmed/members-app.git`
- `cd` into the project
- `git checkout -b member-feature`
- `bundle install`
- Setup your `db` in the `database.yml` file
- Run `rails db:create db:migrate`
- Run `rails s`
- Visit `localhost:3000`## Built with
- Ruby on rails
## Author
### Abeid Ahmed
- GitHub: [@abeidahmed](https://github.com/abeidahmed)
- Twitter: [@iamhawaabi](https://twitter.com/iamhawaabi)
- LinkedIn: [Abeid Ahmed](https://www.linkedin.com/in/abeidahmed/)## Contributing
- Fork the project
- Create your feature branch `git checkout -b awesome-feature`
- Commit your changes `git commit -m 'Awesome feature'`
- Push it `git push -u origin awesome-feature`
- Open a pull request using this branch## License
[MIT](https://github.com/abeidahmed/tic-tac-toe/blob/development/LICENSE) licensed software.