https://github.com/kkan0615/all-in-one
Vue + Express + MongoDB Sample Framework
https://github.com/kkan0615/all-in-one
express socketio typescript vue webpack
Last synced: 3 months ago
JSON representation
Vue + Express + MongoDB Sample Framework
- Host: GitHub
- URL: https://github.com/kkan0615/all-in-one
- Owner: kkan0615
- Created: 2020-05-05T05:53:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:48:18.000Z (over 3 years ago)
- Last Synced: 2025-03-26T07:09:47.450Z (over 1 year ago)
- Topics: express, socketio, typescript, vue, webpack
- Language: Vue
- Homepage:
- Size: 9.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youngjin's front + server framework with Typescript.
## vue-typescript-admin-template
Vue + Typescript Front framework,
Read more Here
## express-typescript-template
Express + Typescript + MongoDB Server framework,
Read more Here
## Inforamtion
Project manage and Leader: Youngjin Kwak (kkan0615@gmail.com)
### Author
| role | name(nickname) | email | github |
|------|----------------|-------|--------|
| PM & PL | Youngjin Kwak | kkan0615@gmail.com | https://github.com/kkan0615
## Github convention
This project is following this site https://www.conventionalcommits.org/en/v1.0.0/
### Rules
1. Must use in present not a past
2. Use emotion in front of commit
3. description is not noun
### Examples
```
:hammer_and_wrench: Feat: add new feat!
:hammer: Fix: fix some errors
:art: Styles: fix animation seconds
:factory: Refactor: refactor number box
:fire: Hotfix: fix dialog
:page_facing_up: Docs: add document or comments
```