FPL BET API
Fantasy Premier League Betting API, Built with Nest.js A progressive Node.js framework for building efficient and scalable server-side applications.
Table of Contents
Technologies
- Node JS - Node.js® is an open-source, cross-platform JavaScript runtime environment.
- Nest JS NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements
- PostgreSQL - The World's Most Advanced Open Source Relational Database
- Prisma - Next-generation Node.js and TypeScript ORM
- AI21 LABS - AI21 Labs is an AI lab & product company whose mission is to re-imagine the way we read and write by making the machine a thought partner to humans.
Getting Started
Installation
# clone repo
git clone [FPL BET API](https://github.com/officialyenum/fpl-bet-api.git)
#install packages
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Testing
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Usage
This is the basic flow of the application.
- Register
- Login
Support
FPL BET API is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to support please :
Stay in touch
- Author - Chukwuyenum Opone
- Website - yenum.dev
- Twitter - @officialyenum
- Instagram - @officialyenum
License
FPL BET API is MIT licensed.
Documentation
- Please click here to access the Postman Collection
Deployment
This project is hosted on vercel
- Please click here to access the hosted API
Limitations
- Authentication is not implemented
Next Steps
- Authentication
FRONTEND REACT APP REPO HERE
- Please click here FPL BET to access the React Frontend app Repository