Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipe-perez-ferraro/stocker_back

Stocker is a Stock System website for tech companies where you can have a record of which electronic products your company has. You can add, delete or edit products and filter them
https://github.com/felipe-perez-ferraro/stocker_back

devise ruby ruby-on-rails

Last synced: about 1 month ago
JSON representation

Stocker is a Stock System website for tech companies where you can have a record of which electronic products your company has. You can add, delete or edit products and filter them

Awesome Lists containing this project

README

        


Stocker

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Final Capstone Project Backend ](#-final-capstone-project-backend-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Front End Part ](#-front-end-part-)
- [🚀 Video Presentation ](#-video-presentation-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Stocker

**Stocker** is a stock system for electronic products where you can load you company products and have a record of what you got.

It's an API only RoR project.

## 🛠 Built With

### Tech Stack

Client

Server

Database

Design

### Key Features

- **API only RoR**
- **Postgresql database**

(back to top)

## 🚀 Front End Part

The site has 2 separate repositories, this is the Frontend repository.

Link to the [Front End Repository](https://github.com/Felipe-Perez-Ferraro/stocker_front)

(back to top)

## 🚀 Project Presentation
[Video Presentation](https://www.loom.com/share/e64c0c85ab954b91891febbaa79d29b6?sid=81ff34d7-7916-4119-bcfa-012e962d2a86)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Felipe-Perez-Ferraro/stocker_back
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails db:create
rails db:migrate
rails db:seed
rails server
```

Link for the API Documentation: http://127.0.0.1:3001/api-docs/index.html

(back to top)

## 👥 Authors

👤 **Felipe Perez Ferraro**

- GitHub: [@githubhandle](https://github.com/Felipe-Perez-Ferraro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felipe-perez-ferraro-6b9358218/)

(back to top)

## 🔭 Future Features

- [ ] **Create categories**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/stocker_back/issues).

(back to top)

## ⭐️ Show your support

If you like this project please share with your friends and family!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)