In Development
This app was build using Vue JS and is basucaly a app that you can sign in and create your profile. After that you can search for another users (will be implemented) and check which topics the user have in common with yours.
No live version yet, but will add one soon.
To run it in your machine you need to download the backend too. It was build with django-rest-framework. Backend page.
- axios: ^0.18.0
- bootstrap: ^4.0.0
- bootstrap-vue: ^2.0.0-rc.1
- jquery: ^3.3.1
- popper: ^1.0.1
- vue: ^2.5.2
- vue-router: ^3.0.1
- vuelidate: ^0.6.2
- vuex: ^3.0.1
- vuex-persistedstate: ^2.5.1
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
For a detailed explanation on how things work, check out the guide and docs for vue-loader.