Skip to content

Experimenting with NextJs & Typescript by building an interface to display football matches 🌳.

Notifications You must be signed in to change notification settings

FxOmar/Football-Matches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup & Run

Before you start your json-server you have to add routes.json file:

{
  "/api/*/_search?*=:searchstring": "/$1/?$2_like=:searchstring",
  "/api/*": "/$1"
}

After you added routes.json run this command to run json-server:

json-server db.json --routes routes.json

Clone this repo:

  git clone https://github.com/FxOmar/Football-Matches.git

Go to nextJS folder and run these commands:

# to install the dependencies
yarn install
# run nextJs server
yarn dev

Tech Stack

Client: NextJs, Typescript, MUI

Server: Node, json-server

Author

About

Experimenting with NextJs & Typescript by building an interface to display football matches 🌳.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published