Skip to content

πŸ™Œ Build a URL Shortener with Node.js and MongoDB.

License

Notifications You must be signed in to change notification settings

cuongndc/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

url-shortener

πŸ™Œ Build a URL Shortener with Node.js and MongoDB.

Quick start

// Install dependencies for server
$ cd server && yarn

// Install dependencies for client
$ cd client && yarn

// Run server
$ cd server && yarn start

// Run client
$ cd client && yarn start

Config nginx: /etc/nginx/sites-enabled/default

server {
  listen 80;
  index index.html;
  server_name cuongw;
  rewrite ^/(.*)$ https://github.com/cuongw/url-shortener redirect;
}

Contributors

Thanks goes to these wonderful people (emoji key):

Cuong Duy Nguyen
Cuong Duy Nguyen

πŸ’» πŸ“– ⚠️ πŸ‘€

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT Β© cuongw

About

πŸ™Œ Build a URL Shortener with Node.js and MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published