PNBS is a Online Pooja and bhog booking application built in MERN Stack.
An PNBS is a Online Pooja and bhog booking application built in MERN. in this application authenticated user can login and register. to book their bhog(meal) slot after paying amount user coupan will be generated. same thing apply in anjali(pooja) booking. user can book their pooja time slot and coupan with coupan code will be generated. user can view live pooja streming.
- Authentication (login/register with username-password) Using JWT Token
- Booking Bhog and Anjali slot with Coupan.
- Node provides the backend environment for this application
- Express middleware is used to handle requests, routes
- Mongoose schemas to model the application data
- React for displaying UI components
- Redux to manage application's state
- Redux Thunk middleware to handle asynchronous redux actions
Create a .env file in server directory and add the following:
SECRET = "Your JWT secret"
npm install
npm start
Note: Make sure that you have installed 'nodemon' as global package.
cd backend
npm install
npm start