Skip to content

Fall 2024 Database Systems Project: Creating and Managing a Postal Office Web App System

Notifications You must be signed in to change notification settings

RobotCakes/Post_Office_DB

Repository files navigation

React + Vite

Currently, two official plugins are available: IDK

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js: version X.X.X or higher
  • Yarn: version X.X.X or higher (install via npm install --global yarn if needed)

Installation

To set up and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RobotCakes/Post_Office_DB.git
  2. Install dependencies:

    yarn install
  3. Start the development server:

    yarn dev

Node.js

To install Node.js, follow these steps:

  1. Download Node.js from the official website: Node.js Downloads

  2. Choose the LTS version for stability.

  3. Run the installer and follow the instructions for your operating system.

    • For macOS: You can also use Homebrew:
      brew install node
  4. Verify the installation:

    node -v
    npm -v

Yarn

To install Yarn, follow these steps:

  1. Install Yarn using npm (Node.js package manager):

    npm install --global yarn
    • For macOS: You can also use Homebrew:
      brew install yarn
  2. Verify the installation:

    yarn -v

Scripts

  • Start the app: yarn dev
  • Build the app for production: yarn build
  • Lint your code: yarn lint
  • Start the server: yarn server

About

Fall 2024 Database Systems Project: Creating and Managing a Postal Office Web App System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •