Skip to content

atlantis-of-code/quest

Repository files navigation

Quest for Atlantis

Quest for Atlantis

The Quest for Atlantis is a tiny ERP application designed as a demonstration for aoc-dev.io. In addition to the framework's documentation and API, it serves as an extremely valuable and up-to-date resource for learning.

See it in Action

  1. Clone or Download the Repository: Clone or download this repository.
  2. Install Dependencies:
    • Install Docker if you haven't done so already.
    • Install a recent version of Node.js.
  3. Start a PostgreSQL Database:
    • Open a console and navigate to the sql directory.
    • Execute docker compose up -d. This will create a ready-to-try database and a preconfigured PgAdmin service.
    • Access PgAdmin at http://localhost:5050 with user dev@dev.dev and password dev.
    • When prompted for the PostgreSQL password, enter dev again.
    • If you want the database to start from scratch, execute the following commands:
    docker compose down
    docker volume rm quest_postgres
    docker compose up -d
  4. Start the Server App:
    • Open a console and navigate to the quest-server directory.
    • Run npm ci to install all required packages.
    • Start the server-side app by executing npm run dev.
  5. Start the Client-Side Application:
    • Open a console and navigate to the quest-client directory.
    • Execute npm ci to install all required packages.
    • Start the Angular application by executing npm run dev.
  6. Open the Application:
  7. Start Playing with the Code:
    • Changes will be reflected immediately in the browser or server.

Resources

Learn More

Visit aoc-dev.io.

About

«Quest for atlantis» is a tiny ERP for modest businesses. It leverages «The aoc framework» capabilities. See https://aoc-dev.io

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •