mssui / dire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match Fix

This project aims to create user readable frontend for match data.

Tech/framework used

Frontend with

Backend with

Additional Packages

Easy Download For All Frontend Packages in This Project

npm install --save axios vue-router vue-resource moment buefy vuex

Easy Download For All Backend Packages in This Project

npm install --save body-parser cors express express-session mongoose  

Installation

Simply clone the project and install all necessery backend packages by running

npm install --save body-parser cors express express-session mongoose  

Then, to download frontend packages use command

cd client

Download all necessery packages for frontend

npm install --save axios vue-router vue-resource moment buefy vuex

On root/client, to start frontend run

npm run serve

Go to root folder with command

cd..

On root folder run the following command to start backend server

node server

Now your backend is working on http://localhost:3030/ And your frontend working on http://localhost:8080/

How to use?

This project uses Mlab Addon on Heroku. When you clone the project, your database will be empty. Consider using Robo 3T Software to visually control your database and add some dummy data.

About


Languages

Language:Vue 55.6%Language:JavaScript 22.6%Language:HTML 11.4%Language:TypeScript 10.4%