You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FINE — Kuwait Market Risk Console (MERN + Vite)
Monorepo:
- `client/`: Vite + React UI (risk “console”, saved articles, admin panel)
- `server/`: Express + MongoDB API (auth, news, saved articles, AI analysis providers)
## Prereqs
- Node.js 18+ recommended
- MongoDB (local or Atlas)
## Setup
Create env file:
- `server/.env` (see `server/.env.example`)
Install deps:
```bash
npm install
```
Run dev (client + server):
```bash
npm run dev
```
## Accounts
- Create an admin by registering a user, then updating its role in MongoDB to `admin`
(until we add an “invite/admin create” flow).
# FINE