Skip to content

Tobi2612/acumen-digital

Repository files navigation

Mini CRM

Basically, a project to manage companies and their employees

Usage

Rename ".env.example" to ".env" and update values to your own

Install Dependencies

npm install and composer install

Database

Create a database on your local sql database to tally the database name in the .env file.

Run 'php artisan migrate' to run database migrations.

Run App

# Run in dev mode
npm run dev and php artisan serve


#Run in production
npm start and php artisan serve
  • Version: 1.0.0
  • License: MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published