https://github.com/javitocor/django-rest-framework
A Web API for creating and viewing highlighted code snippets. Following the steps of the official tutorial.
https://github.com/javitocor/django-rest-framework
django django-api django-rest-framework pygments
Last synced: 3 months ago
JSON representation
A Web API for creating and viewing highlighted code snippets. Following the steps of the official tutorial.
- Host: GitHub
- URL: https://github.com/javitocor/django-rest-framework
- Owner: javitocor
- License: mit
- Created: 2021-09-10T07:20:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T07:24:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T17:42:01.153Z (5 months ago)
- Topics: django, django-api, django-rest-framework, pygments
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
# Django rest framework
> A Web API for creating and viewing highlighted code snippets. Following the steps of the official tutorial.
Additional description about the project and its features.
## Built With
- REST FRAMEWORK
- DJANGO
- PYGMENTS
- GITHUB ACTIONS
- VSCODE## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Django-Rest-Framework/archive/main.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:javitocor/Django-Rest-Framework.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Django-Rest-Framework.git
```## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Django-Rest-Framework/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- Django Docs
- [Rest Framework Docs](https://www.django-rest-framework.org/)## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Django-Rest-Framework.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Django-Rest-Framework/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Django-Rest-Framework.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Django-Rest-Framework/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Django-Rest-Framework.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Django-Rest-Framework/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Django-Rest-Framework.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Django-Rest-Framework/issuesover: