This is a simple login system project I created during My TwilioQuest Operator Academy Bootcamp.
You can run this Project online on this Link => Click Here
Email : Admin@gmail.com
Password : admin123
- Before starting this project, run
npm installcommand in your git bash terminal which opened in the project directory. - Now you are ready to start the application, with
npm start. - This application will now be running on
localhost:3000. - You may want to use
ngrokto generate a public URL for the application if you plan to use the POST route, or to receive requests from outside your network.