Mesi21 / visionOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Vision Of Life - with Rails

** The Vision of Life is a classic example of a blog. It lists all the posts and creates the possibility for the readers to interact with them by adding comments and liking posts

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Classic Blog App
  • Users can make posts
  • Users can make comments on the posts
  • Users can add likes to posts or comments

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Before you install Rails, make sure that your system has the proper prerequisites installed. These include:

  • Ruby installed and running.
  • PostgreSQL installed and running.

Afterwards run this in your terminal:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Mesi21/visionOfLife.git

Install

Install this project with:

  cd visionOfLife
  bundle install

Usage

To run the project, execute the following command:

  rails server
  or
  rails s
  and open localhost
  http://127.0.0.1:3000/

Run tests

To run tests, run the following command:

  • MiniTest:
  rails test
  • RSpec:
  rspec spec

πŸ‘₯ Author<a name="authors" id="authors>

πŸ‘€ Molnar Emese

(back to top)

πŸ”­ Future Features

  • DB optimization
  • Update the UI

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]https://github.com/Mesi21/visionOfLife/issues

(back to top)

⭐️ Show your support

If you like this project, please give it a ⭐

(back to top)

πŸ™ Acknowledgments

I would like to thank everyone who reviewed this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 75.2%Language:HTML 19.1%Language:JavaScript 2.5%Language:CSS 1.7%Language:SCSS 1.4%