matheusfig90 / url-shortener

URL shortener example built with Express + ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

This is an URL Shortener built with Express + ES6

Tech Stack

  • NodeJS
  • Express
  • MongoDB
  • Mongoose
  • Jest
  • Babel
  • Nodemon
  • Shortid

To install

To install this application, you need to follow these steps below:

  • make install
  • Create a database in Mongo (using Mongo Express)
  • Copy .env file (cp .env.example .env) and edit fields
  • make run
  • In your browser: http://localhost:9000
  • Enjoy it! ;)

How to running

To run the application, you just need type make run in your terminal.

To run application

If you wish to run only the application, you need type npm start in your terminal.

Tests

To run all tests you need to run npm test

TODO

  • Frontend refactoring

About

URL shortener example built with Express + ES6


Languages

Language:JavaScript 97.0%Language:HTML 2.4%Language:Makefile 0.5%