Giter Site home page Giter Site logo

shivi's Introduction

Messy - MERN Stack Mess Coupon Management System

Welcome to Messy, the MERN stack Mess Coupon Management System designed specifically for IIIT Bhubaneswar. This application simplifies the management of meal coupons for the mess, providing an efficient and user-friendly interface for both administrators and users.

Features

  • User Authentication: Secure user authentication and authorization system.
  • Coupon Management: Allows users to view, purchase, and manage meal coupons.
  • Admin Dashboard: Provides administrators with a dashboard to manage coupons, users, and transactions.
  • Razorpay payment: Integrated Razorpay payment gateway to facilitate online purchase of coupons on the platform.
  • Mobile Responsive: Designed to be responsive and accessible on various devices.

Dummy Credentials

Feel free to create new account and explore our application

Installation

To run Messy locally, follow these steps:

  1. Clone the repository:
git clone <repository-url>
  1. Install dependencies for both client and server
npm install
cd client
npm install
  1. Set up environment variables
  • Create a .env file in the root directory.
  • Define the following variables :
MONGODB_URI= YOUR DATABASE URL
PORT = 5000
JWT_SECRET = YOUR SECRET STRING
RAZORPAY_ID_KEY = YOUR RAZORPAY ID KEY
RAZORPAY_SECRET_KEY = YOUR RAZORPAY SECRET KEY
NODE_ENV = development/production
  • Create .env file in the client directory
  • Define the following variables :
REACT_APP_SERVER_BASE_URL = http://localhost:5000
RAZORPAY_ID_KEY = YOUR RAZORPAY ID KEY
  1. Start the development servers:
  • Start the client :
cd ./client
npm start
  • Start the server :
npm start

Technologies Used

  • Frontend:
    • React.js
    • Material-UI
  • Backend:
    • Node.js
    • Express.js
    • MongoDB
  • Payment Gateway:
    • Razorpay

Contributing

Contributions are welcome! If you'd like to contribute to Messy, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/).
  5. Create a new Pull Request.

shivi's People

Contributors

shivamworld0608 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.