- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
QR codes, short for Quick Response codes, have become a ubiquitous sight in the modern world. They can be found on everything from product packaging to business cards, and they are an essential tool for transferring information from one device to another.
Client
Server
Database
Describe between 1-3 key features of the application.
- QR-code generator
- Active_storage installation
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
mkdir my-folder
cd my-folder
git clone git@github.com:Chrissiku/qrcode-generator.git
cd qrcode-generator
Install this project with and all dependencies:
bundle install
To get started with this project, follow the steps bellow :
- On the root, create a file called
.env
- inside the file all the following :
DB_USERNAME = your_database_username
DB_PASSWORD = your_database_password
- Then setup the database In your terminal run the command bellow
rails db:setup
or
rails db:create
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails spec
👤 Name | Github | ||
---|---|---|---|
Christian Siku | @Chrissiku | @christian_siku |
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse Inc for the readme template used in this project
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.