13 projects tagged with MongoDB
01.Blabber
- Social Media website done using React and graphQL.
- User can post and other users are able to like,comment for the same.
- Authentication is done using JWT token.
- MongoDb is used for data storage.
- GraphQL is implemented for data fetching.
02.Fond Memories
- Fond memories is a React app used to save your good memories.
- Users can create an account and save,like,delete,update their memories.
- AWS S3 is implemented for image upload to save your picture as souvenir.
- Authentication and server-side validation is enabled.
- Google authentication is also enabled to signin blazingly fast.
- Nodejs is used for fetching Data from MongoDB.
- React Material-ui is used for responsiveness.
03.Fun shop
- E-commerce site done using React and Nodejs.
- User can post,delete,update products and other users are able to buy for the same.
- Authentication is done using JWT token.
- Redux(Redux-saga) is used for state management.
- MongoDb is used for data storage.
- Stripe is used for payment management(use 4242 4242 4242 4242 for card number).
04.Happy Events
- Event Booking website done using React and graphQL.
- User can post events and other users are able to book for the same.
- Authentication is done using JWT token.
- MongoDb is used for data storage.
All Projects