https://github.com/ixboy/lifestyle
A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.
https://github.com/ixboy/lifestyle
css3 database rails6 ruby
Last synced: 7 months ago
JSON representation
A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.
- Host: GitHub
- URL: https://github.com/ixboy/lifestyle
- Owner: ixboy
- Created: 2021-06-10T22:28:51.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2022-10-14T15:45:24.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:20:14.275Z (over 1 year ago)
- Topics: css3, database, rails6, ruby
- Language: Ruby
- Homepage:
- Size: 1.28 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc. It allows image uploading, user registration, votes and much more...
## Screenshot

## Built With
- Ruby v3.0.0
- Ruby on Rails v6.x
- PostgresSQL
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby on Rails v6.x. To learn how to install Ruby on Rails, please follow this [link](https://guides.rubyonrails.org/getting_started.html)
- Postgres
### Setup
- Clone this repository using the link above (click on the 'code' button)
- open a terminal and `cd` to the cloned repository
- run `bundle install` to install the dependencies
- run `rails db:create`
- run `rails db:migrate` to migrate the rest of the database
- run `rails db:seed` ### This is a very important step to run the app locally.
### Usage
- start a server with `rails s`
- open `http://localhost:3000/` in your browser.
- Sign up with your name, email and password and to start enjoying the app...
### Run tests
```
rspec
```
### Deployment
- Deployed in Heroku
## Author
👤 **Iyunda Ismael Antonio**
- GitHub: [@ixboy](https://github.com/ixboy)
- Twitter: [@ismaelixboy](https://twitter.com/ismaelixboy)
- LinkedIn: [ismael-antonio](https://www.linkedin.com/in/ismaelantonio/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ixboy/lifestyle/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio)
- Microverse Teammate [Alycia](https://github.com/aliciapaz) for helping me with debugging
## 📝 License
This project is [CC](LICENSE) licensed.