Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felipe-perez-ferraro/stocker_back
- Owner: Felipe-Perez-Ferraro
- License: mit
- Created: 2024-01-25T15:39:17.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-01-31T18:43:49.000Z (11 months ago)
- Last Synced: 2024-10-19T02:47:17.898Z (3 months ago)
- Topics: devise, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
Server
Database
Design
- **API only RoR**
- **Postgresql database**
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)
## 🚀 Project Presentation
[Video Presentation](https://www.loom.com/share/e64c0c85ab954b91891febbaa79d29b6?sid=81ff34d7-7916-4119-bcfa-012e962d2a86)
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
👤 **Felipe Perez Ferraro**
- GitHub: [@githubhandle](https://github.com/Felipe-Perez-Ferraro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felipe-perez-ferraro-6b9358218/)
- [ ] **Create categories**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/stocker_back/issues).
If you like this project please share with your friends and family!
This project is [MIT](./LICENSE) licensed.