bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

A mini social networking application using Flask

Results 12 bootcamp issues
Sort by recently updated
recently updated
newest added

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

(env) C:\Projects\bootcamp>docker-compose build Building web Step 1/13 : FROM python:3.7.7-buster ---> e4e55e98f1e0 Step 2/13 : WORKDIR /usr/src/ ---> Using cache ---> b5c8bcee73ce Step 3/13 : ENV PYTHONDONTWRITEBYTECODE 1 ---> Using...

Currently I am using google's SMTP service to send emails, But It needs to be replaced with some of the email services like, sendgrid, mailgun..etc

Hacktoberfest

I was looking through the project for some help in my personal project. While doing so I noticed you weren't using any Message Broker for sending email. Is there any...

Hi I was going through the application found that there are no pages to view your followers/following users. Also It would be better if we use materialize framework for better...

**WORK IN PROGRESS** - Going through the site as it is now, and ensuring everything is using Bootstrap 4. - General changes to boost aesthetics - Potentially add color scheme...

conk3r353*'s code, I was not sure how to work from his fork but work on this issue, so I copied his code. I believe I fixed the broken user popup...

I added a JavaScript file with logic to asynchronously hit the follow and unfollow Flask routes. I also turned the follow/unfollow buttons into template snippets so they can be re-used...