limavfabio / VenomPrecision-back-end

The back-end for the Ibook app made with Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VENOM PRECISION BACK-END

logo

πŸ“— Table of Contents

πŸ“– VENOM PRECISION BACK-END

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.

πŸ›  Built With

Tech Stack

Backend
Database

Key Features

  • Api End-Point => /api/docs
  • Postgress Db
  • Active Records

Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder

  git clone https://github.com/limavfabio/VenomPrecision-back-end.git

Install

Install this project with:

  cd VenomPrecision-back-end

  bundle install

πŸ’Ύ Database

Create the databases and run migrations with:

rails db:create
rails db:migrate
rails db:seed

Usage

To run the project, execute the following command:

rails server

Run tests

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

Frontend

You can find the frontend application here

Endpoint

You can find all endpoints documentation on here

Deployment

To deploy this application you can use Heroku, Render or similar.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Anderson Canales

πŸ‘€ Marcelo Alarcon

πŸ‘€ Jakaria Jishan

πŸ‘€ FΓ‘bio Lima

(back to top)

πŸ”­ Future Features

  • CRUD for budges
  • Authentication
  • Permissions

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

πŸ™ Acknowledgments

Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The back-end for the Ibook app made with Rails.

License:MIT License


Languages

Language:Ruby 93.6%Language:Batchfile 4.6%Language:CSS 1.2%Language:HTML 0.4%Language:Shell 0.2%