Shortly is a url shortner website which help you to create shortened version of your complex long urls and manage them. It provides detailed statistics of url access.
![Screenshot 2023-10-28 042515](https://private-user-images.githubusercontent.com/63386918/280112680-fc932c63-4033-424b-ba79-86ebde5bec1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDAwNjIsIm5iZiI6MTczOTQ5OTc2MiwicGF0aCI6Ii82MzM4NjkxOC8yODAxMTI2ODAtZmM5MzJjNjMtNDAzMy00MjRiLWJhNzktODZlYmRlNWJlYzFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAyMjI0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJlN2U5NjcxNjRhZTdkYzkwYjM4MzNiMTU5YTk5ZjE0MDgwZjgzYmU5ZjJjMjNkOWZhN2Y3M2JiMzVhZWIyYjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NSBkj-TnYnLt7LQvgKNlmOHXjWzn0QZ0FsIPECewQ_E)
Client: Html, Css, Javascript, TailwindCss
Server: Node, Express, MongoDB
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URL
: The url of your mongo database
SESSION_SECRET
: A secret string used to sign the session cookie
GOOGLE_CLIENT_ID
: The client id of your google api
GOOGLE_CLIENT_SECRET
: The client secret of your google api
GOOGLE_CALLBACK_URL
: The callback url of your google api
FACEBOOK_APP_ID
: The app id of your facebook api
FACEBOOK_APP_SECRET
: The app secret of your facebook api
FACEBOOK_CALLBACK_URL
: The callback url of your facebook api
TWITTER_CLIENT_ID
: The client id of your twitter api
TWITTER_CLIENT_SECRET
: The client secret of your twitter api
TWITTER_CALLBACK_URL
: The callback url of your twitter api
ROOT_URL
: The root url of your website
Clone the project
git clone https://github.com/avi465/shortly.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
- Landing page
- Shorten Url
- Signin/signup
- Dashboard
- Fully Responsive
- Profile Page
- Statistics
- Analytics