Skip to content

muhammadhasnaindev/Shortly

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

Watchers

Forks

Releases

No releases published

Packages

No packages published