A handy shorten URL tool is preparing for you to access any website with a tiny URL.
- npm
- MongoDB
- Node.js
- Vue.js
- A google account (for GAuth)
- Modify config file in
front-end/src
and add a GAuthclient_id
. - Install dependencies
$ git clone https://github.com/TWcamel/short-link.git
$ cd front-end && npm i && npm run serve
$ cd .. && cd server && npm i && npm run start
- Create a mongo user.
- Modify config file in
server
to your local mongoDB configuration. - enjoy!😄
- Back-end development.
- Build up GAuth signin and most of API.
- Database and model configuration, back-end automation testing and Node.js scheduler integration.
- Cooperate with team members to come up with a better stories.
- Front-end development.
- Build up some API.
- Buildding view and components in this website.
- Cooperate with team members to come up with a better stories.
- Code review for teammates.