Giter Club home page Giter Club logo

fantasy_football_site's Introduction

fantasy_football_site

###start mysql

sudo /usr/local/mysql/support-files/mysql.server start

###Run spring boot application

mvn clean install spring-boot:run -Dspring.profiles.active=local -DdatabaseURL=jdbc:mysql://localhost:3306/football -DdatabaseUser= -DdatabasePass= -Dsecurity.jwt.token.secret-key=

Register user: POST: /api/auth/signup

{
    "name": "Brett",
    "userName": "Brett",
    "password": "password123",
    "email": "[email protected]",
    "roles" : [{
    	"roleName" : "STANDARD_USER",
    	"description" : "none"
    }]
}

Login user: POST: /api/auth/signin

{
	"usernameOrEmail": "Brett",
	"password": "password123"
}

Get User: GET: /api/getUser

  • IMPORTANT the signin api will give you a token. If you are using postman go to the Authorization tab and under TYPE: select Bearer Token and enter the token in the Token: field *

fantasy_football_site's People

Contributors

brettmarcin avatar

Watchers

James Cloos avatar  avatar Jacob Kahn avatar

fantasy_football_site's Issues

Player and apis

  • Create player class
  • have sql that is inserted into the database

Draft object and apis

  • need a way to email a user when invited to draft
  • need a way to add a parameter that says that a draft belongs to a user
  • need to add a parameter that says if the accepted users can start the draft or if the user that created the draft can start it

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.