A work in progress FullStack Football Live Score Application built with NextJS, TypeScript & NodeJS.
- Live Score Tracking (In-Play and Complete)
- Top League Tables / Standings
- Team Search
- Top Scorers By League
- Post Match Highlights (Via YouTube API)
- Full Authentication (Signup, Login, Register, Reset)
- Live Chat (Post Match)
- Latest News
- NextJS (Typescript)
- NextJS Auth (Prisma NodeJS Backend)
- React Query
- Hooks
- Cypress
- Chakra UI
- React Icons
- Socket.io
- Wretch (Fetch Util)
- NodeJS
- Express
- Prisma
- PostgreSQL (Raleway)
- Google APIs
- Morgan
- Zod
- Socket.io
- Vercel (NextJS)
- Render (NodeJS API)
- Raleway (PostgreSQL)
TBC....
The most simple way to run this application is by using npm or yarn.
$ cd live-score/api or live-score/client
$ npm install
$ npm run dev
$ npm run build
Please check out the package.json files for more information on additional commands.