This repository serves as a starting point for building web applications with FastAPI and MongoDB. The project focuses on providing user authentication and signup functionalities out of the box, allowing developers to jumpstart their web projects seamlessly.
- FastAPI: a modern, fast, web framework for building APIs.
- MongoDB: a scalable and flexible NoSQL database.
- User Authentication: secure user authentication.
- User Profile Picture: uploading and updating user profile picture.
- Json Web Token (JWT): a secure protocol to exchange information between two entities.
- Password encryption: hashing password coming from the user.