Skip to content

OptimizedForDensity/IsThisLiv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsThisLiv

Front and backend using Svelte, Express, and MySql

Installing front end

Create svelte/src/config.json

{
  "api": "backend url and port"
}

Terminal

cd svelte
npm install
npm run dev

Installing back end

Create express/config.json

{
  "sql": {
    "host": "",
    "user": "",
    "password": "",
    "database": ""
  },
  "port": ""
}

Terminal

cd express
npm install
npm run dev

About

futball database, tools, and data display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • Svelte 31.9%
  • JavaScript 6.0%
  • HTML 0.1%