MSTC-DA-IICT / REST-API-Node

Node JS project for Hacktoberfest 2021. Maintained by MSTC.
MIT License
2 stars 20 forks source link

Add auth in create route #25

Closed YashTrivedi21 closed 2 years ago

YashTrivedi21 commented 2 years ago
HarshitaDPoojary commented 2 years ago

Hey @YashTrivedi21 I would like to work on this issue, but I wanted to know wether landing page is the below index page or login/register page.

Screenshot from 2021-10-05 13-47-14

YashTrivedi21 commented 2 years ago

This should be the landing page. Once user wants to do any CRUD operation we show them register/login pages as a middleware before actually performing any operations. You can add register and login buttons on navbar or on page as well.