TruScape CRM is a powerful Customer Relationship Management (CRM) system built with Next.js. The application provides an intuitive interface for managing companies, their categories, promotions, and other data.
-
Dashboard:
- Overall statistics of companies, categories, and promotions.
- Sales breakdown and revenue visualization.
- Geographical distribution of companies on a map.
-
Companies Page:
- Detailed information about each company: category, country, creation date.
- List of promotions with the ability to add new ones.
To run the project locally, follow these steps:
git clone https://github.com/gudzsv/crm.git
cd truescape-crmEnsure you have Node.js (version 16 or higher) and npm or yarn installed.
npm install
# or
yarn installCreate a .env.local file in the root directory and add the required environment variables:
NEXT_PUBLIC_PROJECT_TOKEN=65c21c4ff7e6ea59682aa7e1
npm run dev
# or
yarn devThe project will be available at: http://localhost:3000.
npm run build
npm start



