# SchrobitSystem **Repository Path**: Schrobit/schrobit-system ## Basic Information - **Project Name**: SchrobitSystem - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-20 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Schrobit Project ## Project Structure This project is a frontend-backend separated application consisting of the following main components: - **Backend (backend)**: A Node.js server built with Express.js, providing API endpoints. - **Frontend (frontend)**: A Vue.js-based frontend application built with the Vite build tool. ## How to Start ### Backend 1. Install dependencies: ```bash npm install ``` 2. Configure database connection: - Copy `.env.example` to `.env` and fill in the database credentials. 3. Start the server: ```bash node app.js ``` ### Frontend 1. Install dependencies: ```bash npm install ``` 2. Start the development server: ```bash npm run dev ``` 3. Build the production version: ```bash npm run build ``` ## API Documentation Refer to the API definitions and route configurations in the project for backend API documentation.