Skip to content

URL Shortener created w/ Next.js, TypeScript, Mongoose

Notifications You must be signed in to change notification settings

Plant-for-the-Planet-org/onurl

 
 

Repository files navigation

OnURL

OnURL is a URL shortener which makes it easy to shorten and share your short URLs.
Live site on Vercel is here.

Stack

Development

First, you need to set a MongoDB connection string for DATABASE_URL in .env.development.
To run it in development mode:

npm install

npm run dev

Vercel Deployment

First, you need to set a MongoDB connection string for DATABASE_URL in .env.production.
Vercel's Now is one of the simplest deployment options ever. Deploying a Next.js App guide is just what you would need. I just downloaded the official cli and run vercel. That's it!

About

URL Shortener created w/ Next.js, TypeScript, Mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Shell 0.2%