Giter Site home page Giter Site logo

shorten-url's Introduction

Shorten URL generator

由 mongoDB 與 nodeJS 開發的短網址產生器 DEMO

demo

功能

  • 複製一個網址
  • 按下copy一件複製產生下來的網址

環境建置與需求 (prerequisites)

專案啟動方式

  1. 下載專案壓縮檔或使用git clone至個人電腦
  git clone https://github.com/stylelinz/shorten-url.git
  1. 進入專案資料夾,在終端機輸入以下指令
  cd shorten-url
  1. 安裝npm套件,在終端機輸入以下指令
  npm install
  npm i nodemon
  1. 在終端機輸入以下指令新增種子資料
  npm run seed
  1. 啟動伺服器,執行 app.js 檔案,輸入以下指令
  npm run dev
  1. 當終端機出現以下字樣,表示伺服器與資料庫已啟動並成功連結,可以在瀏覽器觀看 http://localhost:3000
  Express is listening on http://localhost:3000
  mongodb connected!
  1. 在終端機按下 ctrl + ccmd + c,以關閉伺服器

shorten-url's People

Contributors

stylelinz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.