GitXplorerGitXplorer
i

mamiforum

public
2 stars
0 forks
25 issues

Commits

List of commits on branch master.
Verified
9c3758fc8136d9aeb19ed8e84aed813216998939

Merge branch 'hotfix/0.1.4'

iikrydev committed 5 years ago
Verified
5afd80454440e44c21908c0731440a0729b4c0f5

refactor: only import specific firebase app & remove log

iikrydev committed 5 years ago
Verified
324256ebf1f27d1060eb1c2278635e0479df2775

fix: fix authorized user when edit thread

iikrydev committed 5 years ago
Verified
9c917354037ba7e63277a97d415f9a09ed92aa3f

Merge branch 'hotfix/0.1.3'

iikrydev committed 5 years ago
Verified
7a19741b6775fc15e65044ad0bc2cef9e11537d1

docs: update README.md

iikrydev committed 5 years ago
Verified
9507996e55284414f465676f407b875d54abd8e8

fix: fix validator utils undefined variable

iikrydev committed 5 years ago

README

The README file for this repository.

mamiforum

This is project repository for final project on Mamicamp 2020.

Stacks

  • Vue 2.6.11
    • Vuex
    • Vue Router
  • Vuelidate
  • Firebase
  • SASS

TODO

  • [x] Static Page[Forums, Threads, User]
  • [x] Forum Threads
  • [x] Forum Posts
  • [x] Integration with Firebase Real-Time Database
  • [x] User Authentification ( With Google Authentication )
  • [x] Route Middleware & Protected Route
  • [x] Validation All Form

Project setup

yarn install

Seed Database

yarn db:seed

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

License

MIT License

Copyright (c) 2020 Agus Fikri Suyuthi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.