All Projects → onderonur → onurl

onderonur / onurl

Licence: other
URL Shortener created w/ Next.js, TypeScript, Mongoose

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to onurl

Nuxt Blog
基于Nuxt.js服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 277 (+477.08%)
Mutual labels:  ssr, mongoose
Vue Family Bucket Ssr Koa2 Full Stack Development From Meituan
🚀🚀2020最新Vue全家桶+SSR+Koa2全栈开发☁
Stars: ✭ 100 (+108.33%)
Mutual labels:  ssr, mongoose
Kutt
Free Modern URL Shortener.
Stars: ✭ 5,480 (+11316.67%)
Mutual labels:  urlshortener, url-shortener
pub-apis
Find public APIs, powered by api(dot)publicapis(dot)org
Stars: ✭ 24 (-50%)
Mutual labels:  formik, chakra-ui
recipes-next-hasura
A lightweight app to explore and create recipes - Built with Next.js, Hasura, and Chakra-UI
Stars: ✭ 30 (-37.5%)
Mutual labels:  emotion, chakra-ui
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+3718.75%)
Mutual labels:  ssr, emotion
Essay
A blog system based on Nuxt.js
Stars: ✭ 913 (+1802.08%)
Mutual labels:  ssr, mongoose
Becoditive-API
The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
Stars: ✭ 14 (-70.83%)
Mutual labels:  mongoose, url-shortener
Breviare
Small URL shortener made with the MERN Stack
Stars: ✭ 16 (-66.67%)
Mutual labels:  urlshortener, url-shortener
Goober
🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
Stars: ✭ 2,317 (+4727.08%)
Mutual labels:  ssr, emotion
gShort
URL Shortener without all the crap
Stars: ✭ 80 (+66.67%)
Mutual labels:  urlshortener, url-shortener
yii2-minify-url
Project on YII2 framework for create short url (url shortener)
Stars: ✭ 15 (-68.75%)
Mutual labels:  urlshortener, url-shortener
node-mongoose-setup
Nodejs MongoDB REST API Sarter
Stars: ✭ 48 (+0%)
Mutual labels:  mongoose
express-api
Building a RESTful API with Express and MongoDB
Stars: ✭ 28 (-41.67%)
Mutual labels:  mongoose
node-snimay
Node.js Example: Express, Mongoose, Express-hbs, JWT
Stars: ✭ 13 (-72.92%)
Mutual labels:  mongoose
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (+29.17%)
Mutual labels:  ssr
nuxt-plesk-example
No description or website provided.
Stars: ✭ 27 (-43.75%)
Mutual labels:  ssr
SemEval2019Task3
Code for ANA at SemEval-2019 Task 3
Stars: ✭ 41 (-14.58%)
Mutual labels:  emotion
TB
🖖 A simple & cool blog platform, based on GitHub API, designed for Geeks
Stars: ✭ 24 (-50%)
Mutual labels:  ssr
ssr-starter-pack
Moved to https://github.com/Brigad/ssr-starter-pack
Stars: ✭ 12 (-75%)
Mutual labels:  ssr

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].