- User Authentication
- User Roles
- Customer Management
- Sales Management
- Inventory Management
- Reports
- User Profile
- User Settings
- User Notifications
- User Dashboard
You can view a fully working demo here.
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:
# Clone this repository
$ git clone
# Navigate into the directory
$ cd SalesManApp
# Install dependencies
$ npm install
# Run the app
$ npm run dev
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.
This project uses the following technologies:
Any contributions you make are greatly appreciated.