- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
HelloWorld Rails with React Is an application where Rails connects to React using Webpack with jsbundling-rails gem
In these apps we implement the devise gem to authenticate the user and you can have your recipes securely saved.
Server
Database
- Use rails Api
- Use redux to fetch Api
- Use react for frontend
- Coming soon..
To get a local copy up and running, follow these steps.
In order to run this project you need: Rails and postgres install on your local computer.
$ gem install rails
#postgres for ubuntu:
$ sudo apt update
$ sudo apt install postgresql postgresql-contrib
Clone this repository to your desired folder:
https://github.com/gandradep/budget_app.git
Install this project with:
$ bundle install
$ npm install
To run the project, execute the following command:
$ ./bin/dev
👤 Gabriel Andrade
- GitHub: @gandradep
- Twitter: @leribagandrade
- LinkedIn: LinkedIn
- Deploy live
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project do not forget to start the repository.
- Microverse for giving this project guides.
This project is MIT licensed.