Skip to content

ajayfoo/top-sinventory

Repository files navigation

Sinventory

An inventory management website where authorized users can filter and view musical instruments based on their type(string, brass, wind, etc.) and modify their info(count, picture, name, type). I did this project as part of my full-stack web developer course called "The Odin Project". The course gave a general overview of how the website should work; I implemented all the required features and some more, like image upload.

Table Of Contents

How to setup?

The setup needs to be done only once.

Step 1: Install PostgreSQL

You can use The Odin Project's brilliant article to install PostgreSQL or follow the instructions given in PostgreSQL's official website

Step 2: Create .env file

Create a file named .env in the project root folder and copy the contents of dot-env-example to .env. Then replace the placeholders with actuals values for each environment variables by following the hints given.

Step 3: Bootstrap Database

Run the following commands in order in the project root folder after installing nodejs

# Installs the dependencies
npm install
# Creates database schema and demo user
npm run bootstrap-db

How to run?

Please setup the project before running it.
For production

npm run start

For development

npm run serve

Launch a browser and go to localhost:3000 or localhost:<port number that you set in .env>, put username and password as demo.

Screenshots

Desktop

  1. Home

    Home

  2. Update Categories

    Update Categories

  3. Confirm Deletion of categories

    Confirm Deletion of categories

  4. Instrument Page

    Instrument Page

  5. Update Instrument

    Update Instrument

Mobile

  1. Home

    Home

  2. Update Categories

    Update Categories

  3. Confirm Deletion of categories

    Confirm Deletion of categories

  4. Instrument Page

    Instrument Page

  5. Update Instrument

    Update Instrument

Credits

Instrument & Category Descriptions

  1. Wikipedia
  2. Britannica

Images

  1. Classical Guitar 1 - Philip Boakye
  2. Acoustic Guitart 98 - Jessica Lewis 🦋 thepaintedsquare
  3. Trumpet 1 - PNW Production
  4. Wooden Flute - Pixabay
  5. Tabla 1 - Dr.Herumb Sharma

About

TOP's Inventory Management project

Topics

Resources

Stars

Watchers

Forks

Contributors