An open API service indexing awesome lists of open source software.

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.

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

![screenshot](./app/assets/images/main_screenshot.png)
## 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.