lifestyle

A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.

Stars
6
Committers
1

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

  • 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

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is CC licensed.

Related Projects