Please sign in to access this page
This is a REST API service to connect to my AUROCORE project's database. It has a lot of advanced features like:
1- Authentication System with email verification and google&github integration that uses JWT and Refresh Tokens.
2- Database to save complex nets like Profile (pfps, backgrounds, customizations, stats, tasks, notes, memories, journals, and much more!) using MongoDB!
3- Cloudinary integration to save photos and videos and save them in the database as urls!
4- AIResponse handler to handle the AI integration for my AUROCORE project (can be found on my profile!).
5- More complex nets as Plans (the unique idea for AUROCORE that no other productivity app has!) and simpler like Milestones and Projects.
6- Has TEAM collaboration stuff such as users, friends, sharedTasks, banners, profile view.
And much much more that can be found and sensed on my AUROCORE project.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Finished the backend for Google and GitHub integration to signup and login with the required behavior.
Added more advanced features to the Auth system for my AUROCORE project, it can now do email verification and get JWT token.
Even added the Google, GitHub integration but didn't test it yet.
Made the schemas I will need using mongoose and successfully implemented the MongoDB and made the REST API work by testing it using Postman and successfully build authentication system using JWT and bcrypt.