ionware / expert-journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory Manager

Introduction

This is a NodeJS application meant to serve as a REST API for a SAAS project, you are to create a REST API that can be consumed by client applications, these client applications are part of the companies offerings, the company wants to make it possible for any business to easily sign up on the mobile app, create, and manage their inventory, please see the specifications below.

Technology

  • NodeJS
  • MongoDB
  • ExpressJS
  • JSON Web Token (JWT)

Endpoints

User

  • Sign up
  • Login
  • User Information

Inventory

  • Create item
  • Update item
  • List items
  • Find item
  • Delete item

Deployment

API URL: https://db-expresso.herokuapp.com/

Login credentials

Email: johndoe@gmail.com
Password: password

About


Languages

Language:JavaScript 99.0%Language:Shell 1.0%