Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 1.17 KB

README.md

File metadata and controls

88 lines (52 loc) · 1.17 KB

Memo Shatring

This is a rails app that let you share you memories and follow all the world.

alt text

Built With

  • Ruby v2.7.1
  • Ruby on Rails v6.0.3.2

live demo

Click here

Getting Started

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

Prerequisites

Ruby: 2.7.1 Rails: 6.0.3.2 Postgres: >=9.5

Setup

Install gems with:

    bundle install

install dependencies

    yarn

Setup database with:

    rails db:create
    rails db:migrate

Usage

Start server with:

    rails s

Open http://localhost:3000/ in your browser.

Run tests

    bundle exec rspec

Authors

👤 Lhoussaine Bouaik

🤝 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

TBA

📝 License

TBA