Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## 📦 Project Structure

```text
shortly/
├─ client/             # React + Vite app
│  ├─ public/
│  │  └─ screenshots/  # README images live here
│  └─ src/             # components, pages, store, api
└─ server/             # Express API
   └─ src/             # routes, models, middlewares, utils

⚙️ Run Locally

Backend

cd server
cp .env.example .env   # or create .env
npm install
npm run dev
# API → http://localhost:5000

Frontend

cd client
cp .env.example .env   # or create client/.env
npm install
npm run dev
# Web → http://localhost:5173

client/.env

VITE_API_BASE=http://localhost:5000

🖼️ Screenshots

Page Preview
Dashboard (Light)
Create Link
Create Account
Edit Link
Home (Dark)
Home (Light)
Login
Recent Clicks

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages