Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpdf00/members-only
Members Only project for the Ruby on Rails Module on Microverse.
https://github.com/jpdf00/members-only
Last synced: 12 days ago
JSON representation
Members Only project for the Ruby on Rails Module on Microverse.
- Host: GitHub
- URL: https://github.com/jpdf00/members-only
- Owner: jpdf00
- License: mit
- Created: 2021-02-26T17:24:29.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-01T22:09:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T15:42:49.476Z (about 2 months ago)
- Language: Ruby
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet) ![](https://img.shields.io/badge/RoR-red)
# Authentication
In this project we implemented authentication systems so users can only access areas of a site they are authorized to.
## Pre-requisites
- Ruby
- Rails 6.1.1
- SQLite3
- Yarn
- Devise
- Puma## Built With
- Ruby
- Rails 6.1.1
- SQLite3
- Yarn
- Devise
- Puma
- Git & Github### Install
Install all the Pre-requisites on your local machine.
### Setup
Open your terminal and go to the directory where you want to clone the repo.
Clone the repository to your local machine. Type `$ git clone https://github.com/jpdf00/members-only`.
Go to the members-only directory. Type `$ cd members-only`
Install the necessary gems to run the project. Type `$ bundle install`
Also, please run these commands `rails db:create` and `rails db:migrate` to run all the migration for the database and have all tables updated and read to use
Now your environment is ready to run the project. Type `rails s`, open your browser and paste `localhost:3000`.
## Authors
👤 **João Paulo Dias**
- GitHub: [@jpdf00](https://github.com/jpdf00)
- Twitter: [@jpdf00](https://twitter.com/jpdf00)
- LinkedIn: [João Paulo Dias França](https://linkedin.com/linkedinhandle)👩🏼💻 **Ana Paula Hübner**
- GitHub: [@anapdh](https://github.com/anapdh)
- LinkedIn: [LinkedIn](https://www.linkedin.com/anapdh)
- Twitter: [@dev_anahub](https://twitter.com/dev_anahub)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jpdf00/members-only/issues).
## 📝 License
This project is [MIT](./LICENSE) licensed.