You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Order Placement System, This application has 3 roles (i.e Guest, Customer, Admin). The Customer can register and Order any Food item, access all his past orders but can not access the orders of other customers. The admin can access the orders and information of all the users. It also stores sessions/cookies.
This project utilizes modern web development technologies to provide users with a seamless and real-time experience when ordering pizzas. Features include a user-friendly interface for placing orders, tracking deliveries in real-time, and managing user accounts.
A nodejs-express login template containing essential components for implementing the usual application login for local strategy. For those who do not wish to start from scratch, this code contains detailed explanation of the layout and where modules are being implemented into the normal (starter) node-express framework.