MuscleMate / BackEnd

API for MuscleMate app
3 stars 0 forks source link

Get tournaments request #21

Closed EaZZyHK closed 7 months ago

EaZZyHK commented 7 months ago

So GET request is fully functional and added to the postman documentation image

With this pull request, I also fixed Models. If the third argument of mongoose.model() isn't set by the programmer, the compiler does it himself by pluralizing and lowercasing it and we had problems with access to the Mongo collection

Also, user validator is temporarily disabled