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

https://github.com/jacobgrisham/mail-single-page-full-stack-web-app-using-django-and-javascript

Full-stack single-page web application using Javascript, Python, Django, SQL, and Bootstrap. Send, reply to, archive, and mark-as-read Emails. Django is used as API and the Javascript fetch method is used to interact with API.
https://github.com/jacobgrisham/mail-single-page-full-stack-web-app-using-django-and-javascript

bootstrap4 django full-stack-web-development javascript python rest-api single-page-app sql

Last synced: 2 months ago
JSON representation

Full-stack single-page web application using Javascript, Python, Django, SQL, and Bootstrap. Send, reply to, archive, and mark-as-read Emails. Django is used as API and the Javascript fetch method is used to interact with API.

Awesome Lists containing this project

README

          

# Mail: Django and Javascript
![GitHub all releases](https://img.shields.io/github/downloads/JacobGrisham/Mail-Single-Page-Full-Stack-Web-App-using-Django-and-Javascript/total)
### Homework from [Harvard's Web Programming with Python and Javascript CS50W hosted on eDX](https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript)
### 🎓 [Project 3](https://cs50.harvard.edu/web/2020/projects/3/mail/)
- Mail: Built the front-end for an email client that makes API calls to send and receive emails.
- I wrote all the front-end code in this repository. The RESTful API in the backend was given by the instructor.

## 💡Lessons Learned
- Using vanilla Javascript to build the front-end of a single-page web application
- Using Javascript `fetch` to make API calls to a Django RESTful API