An open API service indexing awesome lists of open source software.

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.

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]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# 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: