Skip to content

Ibydy/shortlinks

Repository files navigation

shortlinks

Service that create shortLinks

# You need mongoDb for work.

To start project you need to :

  • Install npm dependencies: Just use command "npm install" in your root directory
  • StartDB by command sudo service mongod start sudo mongod --dbpath=/home/${your db pass}
    (if you will need stop it just use "sudo service mongod stop")
  • Start Express server: use command "node app.js" in src/node directory
  • Make bundle: just use npm script "bundle" and open public.index.html
  • For development use npm script "start" and go to http://localhost:3000
  • Enjoy it

About

Service that create shortLinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published