Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taruntomar122/iitj-inventory
https://github.com/taruntomar122/iitj-inventory
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taruntomar122/iitj-inventory
- Owner: TarunTomar122
- Created: 2021-02-15T16:22:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T15:10:40.000Z (over 3 years ago)
- Last Synced: 2024-11-13T21:05:40.329Z (2 months ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IITJ Inventory
> "एक Arduino देदो कल वापस कर दूंगा।"
> -Fresher## Description
An inventory management system for IITJ to manage our unmanagable inventories!
Request items for issue, set due dates, issue items, return etc.
## Tech Stack
> Backend: `Golang with gin`
> Database: `Postgres SQL`
> Frontend: `React.JS`
> Docker
## Documents
| Document | Link |
| ----------- | ---------------------- |
| Software Requirements Specification | [SRS](https://drive.google.com/file/d/11Pebm2bUpv2oCfL2Mp6BwxdggA-86wrg/view?usp=sharing) |
| Essence Kernel and Additional Practices | [Essence](https://drive.google.com/file/d/1e9PaK5PGEFAX0P_oZqJRlWICuDahynmz/view?usp=sharing) |
| Architecture and Design | [ArchDes](https://drive.google.com/file/d/1pX16pSsXNTMM8Q1amOrdO2Ie0NKyJg73/view?usp=sharing) |
| Test Design and Automation Scripts | [Test](https://drive.google.com/file/d/11YfhPsm8nwBcRgufCqKWLKikXp84Oz58/view?usp=sharing) |## Instructions for setup.
1. Fork and clone this repository. Download the source code and open it in the console.
2. Type `docker compose up --build` to run the backend server.
3. Then navigate to frontend directory and type the following commands -
- `npm install`
- `npm start`
4. Open localhost:3000 in your browser and use the software.## Team
| Name | Year | Department |
| ----------------------------------------------- | --------- | -------------------------------- |
| [Tarun Tomar](https://github.com/TarunTomar122) | Sophomore | Computer Science And Engineering |
| [Neeraj Anand](https://github.com/neeraj-2) | Sophomore | Computer Science And Engineering |