Giter VIP home page Giter VIP logo

fantasy-football's Introduction

Fantasy Football

A RESTful API for a simple application where football/soccer fans will create fantasy teams and will be able to sell or buy players.

API Documentation

The documentation for the API can be found here

Dependencies

Development Dependencies

The following depencies are required by the app during developmment

  • eslint - A javascript syntax highlighter used to highlight code error and encourage convention

App Dependencies

  • express - Web server for this application
  • json-loader - Enables the app to inport json files.
  • lodash - Used to perform filter on objects
  • pg, pg-hstore, sequelize - Used to create database models and for performing database operations
  • validator - Used to validate user input during server request

Installation and setup

Before you install the app locally, ensures you have NodeJS and PostgreSQL installed on your computer.

  • Navigate to a directory of choice on terminal

  • Clone this repository on that directory.

  • Using SSH,

    git clone [email protected]:screening/Itunu-Fatoki.git

    and https,

    git clone https://git.toptal.com/screening/Itunu-Fatoki

  • Navigate into project directory by running cd Itunu-Fatoki

  • Run npm install to install project dependencies

  • Start the app by running npm run dev

Contributing

Contributors are welcome to further enhance the features of this API by contributing to its development. The following guidelines should guide you in contributing to this project:

  • Fork this repository to your own account.
  • Download/Clone a forked copy of tthe repository to your local machine.
  • Create a new branch: git checkout -b new-branch-name.
  • Install the dependencies using npm install.
  • Run npm install to install project dependencies
  • To run application unit tests: npm test.
  • Work on a new feature and push to your remote branch: git push origin your-branch-name
  • Raise a pull request to the staging branch of this repo.
  • This project uses javascript ES6 and follows the airbnb style-guide: https://github.com/airbnb/javascript

fantasy-football's People

Contributors

ifatoki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.