Code Monkey home page Code Monkey logo

inventory-app's Introduction

Inventory Management App

Overview

This App is intended to serve as an inventory management application for a store. The codes here powers the backend functionality of the App.

Objectives

  • Users can register an account through the signup route
  • Only registered Users can:
    • sign into their account
  • Only signed users can:
    • update their profiles
    • change password
    • create items and store details of the items in our database
    • get all the items peculiar to their accounts
    • get a specific item from their list of items
    • update and delete their items from the database
  • A user cannot update, get, or delete another user's details
  • A user cannot update or delete another user's account

More...

[https://documenter.getpostman.com/view/16946957/TzshH5YV]

Technologies Utilized

  • Nodejs
  • Expressjs
  • Multer
  • Mongoose
  • MongoDB (Atlas)
  • Testing
  • POSTMAN: User and Product details for account creation and product creation respectively can be entered using the Form-Data field of postman. Data from the Form-Data field is parsed by Multer

Dependecies

  • bcrypt: encrypts user's passwords
  • cookie-parser: stores user's token
  • dotenv: for environment variables
  • express: server setup, middlewares e.t.c
  • joi: data validation
  • jsonwebtoken: generates token
  • mongoose: MongoDB driver
  • multer: image upload and form data parser
  • ngrok: for testing endpoints online

Contributors

  • Benjamin Efenudu
  • Eric Enukpere
  • Pella Oyovwe
  • Shedrack Ogoro

inventory-app's People

Contributors

benjaminefenudu avatar iamgeneric avatar code2rucode avatar shed1984 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.