Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpoza committed May 16, 2019
0 parents commit 2114b90
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.env
node_modules/
14 changes: 14 additions & 0 deletions README
@@ -0,0 +1,14 @@
Simple url shortener based on express.js REST API.
==================================================

First of all you must create *.env* file with the variable:
`
MONGO_URI=mongodb+srv://user:password@server/db
`
**You can create use a mongodb server at mongodb Atlas service for free.**

# Install
* git clone https://github.com/davidpoza/dps-url-shortener.git
* npm Install
* npm start
* go localhost:3000 on your browser

0 comments on commit 2114b90

Please sign in to comment.