Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miltiadis-kon/hools

A Match Day tracking website developed using the MERN stack model.
https://github.com/miltiadis-kon/hools

Last synced: 28 days ago
JSON representation

A Match Day tracking website developed using the MERN stack model.

Awesome Lists containing this project

README

        

# Hools
A Match Day tracking website developed using the Mongo Express Node stack model.

## NOTE
keys for the Football-API & the mongoDb database are obviously not added on github. In case they are needed please CONTACT US
mail : [email protected]

## Backend
To run the backend simply execute the following commands
```
npm init
cd ./backend
node server.js
```
or
```
cd ./backend
npm start
```
Backed is seperated into three folders
1. Controllers
In controllers we define all funcions that the API will support
2. Models
In models we define the general structure of the specific entity
3. Routes
In routes we define the actual paths

## Frontend
To run the front end interface execute the following
```
npm install -g lite-server
cd .\frontend
lite-server
```
or
```
cd ./frontend
```