hho-1 / stock-Backend

Backend of Stock-Management-App. ExpressJS, JWT, mongoose, multer, nodemailer, morgan and some additional packages have been used.

Home Page:https://stock-backend-hho-1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STOCK MANAGEMENT API

Folder/File Structure:

    .env
    .gitignore
    index.js
    package.json
    readme.md
    src/
        config/
            dbConnection.js
            swagger.json
        controllers/
            auth.js
            brand.js
            category.js
            firm.js
            product.js
            purchase.js
            sale.js
            token.js
            user.js
        helpers/
            passwordEncrypt.js
            sendMail.js
        middlewares/
            authentication.js
            errorHandler.js
            findSearchSortPage.js
            logger.js
            permissions.js
            upload.js
        models/
            brand.js
            category.js
            firm.js
            product.js
            purchase.js
            sale.js
            token.js
            user.js
        routes/
            auth.js
            brand.js
            category.js
            document.js
            firm.js
            index.js
            product.js
            purchase.js
            sale.js
            token.js
            user.js

About

Backend of Stock-Management-App. ExpressJS, JWT, mongoose, multer, nodemailer, morgan and some additional packages have been used.

https://stock-backend-hho-1.vercel.app


Languages

Language:JavaScript 100.0%