Django REST API used to build a flashcard backend server that enables CRUD functionality for the React.js frontend.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is the Django REST API used to build a flashcard backend server that will enable CRUD functionality for the React.js frontend. It consists of a Collection model and Card model with Collection as the foreign key. This API interacted with a MySQL database. The Collection views include get and post, while the Card views include get, post, update, and delete methods.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
pip
pip install django==3.1.8
pip install djangorestframework
pip install mysql-connector-python==8.0.23
- Clone the repo
git clone https://github.com/Schmidt1519/flashcards-django-rest.git
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Leighton Schmidt | LinkedIn | schmidt1519@gmail.com
Backend: https://github.com/Schmidt1519/flashcards-django-rest
Frontend: https://github.com/Schmidt1519/flashcard-react/
- devCodeCamp instructors
- My family