Skip to content

Backend API to support management of deck resources for my react MTG: Deckbuilder client.

License

Notifications You must be signed in to change notification settings

hcduffey/mtg-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

MTG Deckbuilder Backend

RESTful API to provide user logins and CRUD operations on Magic: The Gathering decks.
Explore the code »

View Demo . Report Bug · Explore React-client code

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A RESTful API that enables users to create/read/update/delete decks. Built to support a React-client that can be viewed at the link above.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

No prequisites required.

Installation

  1. Clone the repo
    git clone https://github.com/hcduffey/mtg-api
  2. Install the dependencies
    npm i
  3. Run it
    npm start

(back to top)

Usage

The /auth endpoint provides the login and user signup capability to obtain a JWT token. Once a JWT token is received, the client can make RESTful requests to the decks resource at /decks.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Cliff Duffey - @cliffduffey2

Project Link: https://github.com/hcduffey/mtg-api

(back to top)

Acknowledgments

(back to top)

About

Backend API to support management of deck resources for my react MTG: Deckbuilder client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published