Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 1.51 KB

File metadata and controls

85 lines (52 loc) · 1.51 KB

EATLAB OAuth App 🎴

An user access hub using OmniAuth logins to view their own public details.

Prerequisites

Setup

Clone the repository

git clone git@github.com:shirishkz/eatlab-oauth-app.git
cd project

Install dependencies

bundle install

Set environment variables

Use Figaro or setup API and Secret keys on a .env file

Usage

Initialize database

rails db:setup

Serve app

rails server

Run tests

rspec

Author

👤 Shirish Kayastha

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

License

Copyright © 2019 Shirish Kayastha.
This project is MIT licensed.

Acknowledgments


This README was generated with ❤️ by readme-md-generator