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.
- Host: GitHub
- URL: https://github.com/jacobgrisham/mail-single-page-full-stack-web-app-using-django-and-javascript
- Owner: JacobGrisham
- Created: 2021-04-09T19:11:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T04:58:38.000Z (over 4 years ago)
- Last Synced: 2025-03-29T13:51:39.343Z (about 1 year ago)
- Topics: bootstrap4, django, full-stack-web-development, javascript, python, rest-api, single-page-app, sql
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mail: Django and Javascript

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