- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
VENOM PRECISION BACK-END is a Ruby on Rails application to provide endpoints for "VENOM PRECISION FRONT-END". This aplication will return information in JSON format according to requests from front-end application.
Backend
Database
- Api End-Point => /api/docs
- Postgress Db
- Active Records
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/limavfabio/VenomPrecision-back-end.git
Install this project with:
cd VenomPrecision-back-end
bundle install
Create the databases and run migrations with:
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
If you are having problems with tests, please make sure you have executed:
rails db:migrate RAILS_ENV=test
You can find the frontend application here
You can find all endpoints documentation on here
To deploy this application you can use Heroku, Render or similar.
👤 Anderson Canales
- GitHub: @anderCM
- LinkedIn: /andersoncanales
- Portfolio: https://anderson-cm-portfolio.netlify.app/
👤 Marcelo Alarcon
- GitHub: @chelobotix
- LinkedIn: /marceloalarconb
- Portfolio: https://chelobotix.github.io/Portafolio-Website/
👤 Jakaria Jishan
- GitHub: @JakariaJishan
- LinkedIn: /jakaria-jishan
- Portfolio: https://jakariajishan.github.io/portfolio-microverse/
👤 Fábio Lima
- GitHub: @limavfabio
- LinkedIn: /fábio-lima-a28b16182
- Portfolio: https://www.linkedin.com/in/f%C3%A1bio-lima-a28b16182/
- CRUD for budges
- Authentication
- Permissions
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is MIT licensed.