GitXplorerGitXplorer
i

mamiforum

public
2 stars
0 forks
25 issues

Commits

List of commits on branch master.
Verified
358ff071edaa257724a339e6de84500969cf4575

Merge pull request #10 from ikrydev/dependabot/npm_and_yarn/lodash-4.17.19

iikrydev committed 4 years ago
Verified
8d8241ebd20f453cc14d32765d6f0118d05c4ee5

chore(deps): bump lodash from 4.17.15 to 4.17.19

ddependabot[bot] committed 4 years ago
Verified
e42f11cfeb199f6cd6ca1e3b01049d844c817b84

Merge pull request #9 from ikrydev/dependabot/npm_and_yarn/websocket-extensions-0.1.4

iikrydev committed 4 years ago
Verified
0204592df49ab253ef0ec27e221c72b27e183524

chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4

ddependabot[bot] committed 5 years ago
Verified
7751eb915e1cea3c9953161bd0a2216afcb27641

Merge branch 'hotfix/0.1.5'

iikrydev committed 5 years ago
Verified
c529752b5a18bcf63ff5cbd3ac88ee07390e229c

fix: fix usernameLower not updated

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.