davidcosama / mern-inventory

Inventory Management App built with the MERN stack

Home Page:http://inventorymt.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory Management App

A simple Inventory Management web application with a basic CRUD operations and Authentication built using MERN stack.

Dashboard

Live Demo

Account details:

Technology

This project uses the following technologies:

  • Front-end: React, React Router, Redux, Sass

  • Back-end: Node, Express, MongoDB, Mongoose, PassportJS (local)

Configuration

Add your own MongoURI from your Mongo Atlas database in ./config/keys.js

module.exports = {
  mongoURI: "YOUR_MONGO_URI",
  sessionSecret: "SECRET_WORD"
};

Quick Start

Make sure you have Node (version: 12.14.0 or above) installed in your system.

// Install dependencies for server & client
npm run install:server && npm run install:client

// Run client and server with concurrently
npm run dev

// Server runs on http://localhost:5000 and client on http://localhost:3000

Upcomings

  • User Profile page
  • User Settings page
  • Refactoring the codebase

About

Inventory Management App built with the MERN stack

http://inventorymt.herokuapp.com


Languages

Language:JavaScript 78.9%Language:SCSS 8.7%Language:CSS 8.2%Language:HTML 4.2%