Kritika30032002 / Top_Secrets

This is a website that allows user to add their secrets anonymously to the website. Thus makes its interesting. One can add their secrets that they don't want to share with anyone.
https://top-secrets.onrender.com/
MIT License
50 stars 86 forks source link

Refactor Routes and Models into Separate Files #200

Open 0vai5 opened 1 month ago

0vai5 commented 1 month ago

Description

I want to organize the codebase by separating the user-related routes (such as /login and /register) and the user model into different files. This will enhance the maintainability and clarity of the project structure.

Tasks:

Steps to Reproduce:

Actual Behavior:

Currently, routes and models are mixed within the main application file, making the codebase cluttered and harder to manage.

Please assign it to me. label it as gssoc-ext and level-2

@Kritika30032002

Screenshots

No response

Checklist

github-actions[bot] commented 1 month ago

Hey, @0vai5 welcome to Top_Secrets repository.🎊 Thank you so much for taking the time to point this out.🙌

0vai5 commented 1 month ago

Please assign this to me @Kritika30032002

Kritika30032002 commented 1 month ago

By what time you can submit pr for this?

0vai5 commented 1 month ago

By what time you can submit pr for this?

By tomorrow night!!

0vai5 commented 1 month ago

@Kritika30032002 I have raised a pr and all tests are done