Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions Overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Overview

Amplius AI is a TypeScript‑based full‑stack application that provides intelligent assistance for various tasks. It combines a robust backend with a modern frontend to deliver a seamless user experience.

## Features
- Real‑time AI responses
- User authentication and profile management
- Extensible plugin architecture

## Tech Stack
- **Backend**: Node.js, Express, TypeScript
- **Frontend**: React, Vite, TypeScript
- **Database**: PostgreSQL

## Getting Started
```bash
# Clone the repository
git clone https://github.com/Deep070203/Amplius-AI.git
cd Amplius-AI

# Install dependencies
npm install

# Run backend
cd backend
npm run dev

# Run frontend
cd ../frontend
npm run dev
```

For more detailed instructions, refer to the README file.