All Projects → pablotrinidad → Cride Platzi

pablotrinidad / Cride Platzi

Licence: mit
REST API project used to teach Django on Platzi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cride Platzi

Indrz
Indoor mapping, routing system for orientation and wayfinding or facility management
Stars: ✭ 69 (-21.59%)
Mutual labels:  django, django-rest-framework
Generator Django Rest
Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
Stars: ✭ 77 (-12.5%)
Mutual labels:  django, django-rest-framework
Django Rest React Pycon
🐍 Demo repo for Pycon X talk "Decoupling Django with Django REST (and a sprinkle of React)"
Stars: ✭ 72 (-18.18%)
Mutual labels:  django, django-rest-framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1170.45%)
Mutual labels:  django, django-rest-framework
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (-10.23%)
Mutual labels:  django, django-rest-framework
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-26.14%)
Mutual labels:  django, django-rest-framework
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+9589.77%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Tricks
Collection of various tricks for Django REST framework.
Stars: ✭ 52 (-40.91%)
Mutual labels:  django, django-rest-framework
Django Rest Swagger Docs
Beginners approach to Django Rest Swagger
Stars: ✭ 86 (-2.27%)
Mutual labels:  django, django-rest-framework
The Complete Guide To Drf And Vuejs
📢 Source Code from my Web Dev Course *The Complete Guide To Django REST Framework and Vue JS* (Lang: English & Italian)
Stars: ✭ 78 (-11.36%)
Mutual labels:  django, django-rest-framework
Django Crm
A Simple Django CRM (Customer Relationship Management) RESTful API Project
Stars: ✭ 63 (-28.41%)
Mutual labels:  django, django-rest-framework
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-6.82%)
Mutual labels:  django, django-rest-framework
Django React
This a simple Django and React demo application
Stars: ✭ 63 (-28.41%)
Mutual labels:  django, django-rest-framework
Django Vue Template
Django Rest + Vue JS Template
Stars: ✭ 1,155 (+1212.5%)
Mutual labels:  django, django-rest-framework
Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: ✭ 1,098 (+1147.73%)
Mutual labels:  django, django-rest-framework
Ara
ARA Records Ansible and makes it easier to understand and troubleshoot.
Stars: ✭ 1,176 (+1236.36%)
Mutual labels:  django, django-rest-framework
Drf Recaptcha
Django REST framework reCAPTCHA
Stars: ✭ 47 (-46.59%)
Mutual labels:  django, django-rest-framework
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-40.91%)
Mutual labels:  django, django-rest-framework
Codingwithmitchblog Rest Api
A continuation of the CodingWithMitchBlog course. Adding a REST API using Django REST-framework
Stars: ✭ 78 (-11.36%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Msgpack
MessagePack support for Django REST framework
Stars: ✭ 78 (-11.36%)
Mutual labels:  django, django-rest-framework

Comparte Ride

Comparte Ride was a carpooling platform developed on 2016 as an alternative for Mexico City inhabitants during an air pollution alert where the car usage was restricted and over 1.1 million cars were banned from the streets.

During the environmental contingency a lot of people opted for carpooling within their own communities but most of the information about rides being shared was lost. As an immediate solution, some friends and I decided to build a very simple website (using Django) to gather and display information about this rides. The platform quickly got some attention:

We believe Comparte Ride's popularity grew so fast because of the fact that groups where private and that the only way to join a group was by getting invited by someone that was already a member.

This project

I instructed an advanced course of Django at Platzi where the main goal was to learn how to professionally build a REST API. I choose this project because at the moment I was planning the course a bunch of people reached out to Comparte Ride's inactive social networks asking what happened to the project, and since it was also a very simple project I thought it was a nice idea that developers from around the globe learned to build an API around it.

Development

I stopped working for this project after the course finished. You can review the code up to the course progress in the releases section, it is labeled as Deployment-bundle.. You can also check the deployment guide here.

To start working on this project I highly recommend you to check pydanny's Django Cookiecutter documentation on how to get this project up and running locally. If you don't want to do so, just run:

docker-compose -f local.yml build
docker-compose -f local.yml up

Contributing

I'll be happily accepting pull requests from anyone, and if you are a Platzi student I HIGHLY ENCOURAGE YOU TO CONTRIBUTE!

This that are missing right now:

  • [ ] Add tests and coverage implementations
  • [ ] Remove weak Token Authorization system
  • [ ] Implement more async and periodic tasks to improve the rating system
  • [ ] A UI!

Suggestions are welcome!

If this project get enough attention and participation, I'll be happy to host it (the UI is required.)

Want to use this project as yours?

Please stick to the LICENSE, you can read a TL;DR here.

Again, this is a project I liked a lot and I will love to see it live again. Feel free to modify, distribute, use privately, etc (READ THE LICENSE) as you please just include the Copyright and the LICENSE.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].