Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 2.84 KB

README.md

File metadata and controls

91 lines (61 loc) · 2.84 KB

Asystent Fachowca

Asystent fachowca is an application that supports professionals in their daily work, offering quick access to essential tools and information.

Access the demo version:

Click the "Wypróbuj demo aplikacji!" button on the main page.

You will be automatically logged in as either a guest user or a staff member This allows you to quickly explore the app's features without creating an account

Table of Contents

Technologies

The project uses the following technologies:

Next.js Vercel TypeScript TailwindCSS Prisma NeonDB

Additionally:

  • Aceternity Components
  • NextAuth
  • HERE Autocomplete API
  • UploadThing API
  • Serwist (PWA)

Features

  • 📊 Project management
  • 🧰 Warehouse Management
  • 📅 Work Schedule Management
  • 👥 Employee Management

Installation

To install and run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vertira/asystent-fachowca.git
    
  2. Navigate to the project directory:

    cd asystent-fachowca
    
  3. Install dependencies:

    npm install
    
  4. Configure environment variables: Copy the .env.example file to .env.local and fill in the required values.

  5. Run database migrations:

    npx prisma migrate dev
    
  6. Start the application:

    npm run dev
    

License

This project is released under the MIT License. For more details, see the LICENSE.md file.


Created with ❤️ by Vertira