Alt text for image
2 min read
SalesManApp

A Sales Management App to manage customers, sales, inventory and generate reports

Features

  • User Authentication
  • User Roles
  • Customer Management
  • Sales Management
  • Inventory Management
  • Reports
  • User Profile
  • User Settings
  • User Notifications
  • User Dashboard

Demo

You can view a fully working demo here.

Clone and run locally

To clone and run this application locally, you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Terminal window
# Clone this repository
$ git clone
# Navigate into the directory
$ cd SalesManApp
# Install dependencies
$ npm install
# Run the app
$ npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file There is an env.template file in the root directory that you can use as a template. But you will need to create a Supabase account and a new project to get the values for the environment variables.

Tech Stack

This project uses the following technologies:

Contributing

Contributions are always welcome