/CanteenEase

CanteenEase: Your College Canteen DBMS! Simplify catering with an intuitive web app. Effortlessly track orders, manage inventory, and serve students with ease through a user-friendly dashboard. Upgrade your canteen experience with AppetiteTrack! 🍔📊 #CanteenManagement #OrderTracking #UserFriendly

Primary LanguageDart

CanteenEase

CanteenEase: Your College Canteen DBMS! Simplify catering with an intuitive web app. Effortlessly track orders, manage inventory, and serve students with ease through a user-friendly dashboard. Upgrade your canteen experience with AppetiteTrack! 🍔📊 #CanteenManagement #OrderTracking #UserFriendly

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT - port for the API Server

MODE - type of server ("dev" or "prod")

SALT_ROUNDS - salt rounds for password hashing

POSTGRES_HOST - host of the database ("localhost" or some ip address)

POSTGRES_PORT - port of database (default "5432")

POSTGRES_USER - database user (default "postgres")

POSTGRES_PASSWORD - database user password

POSTGRES_DATABASE - default database (do not use the default database)

Run Locally

Clone the project

  git clone https://github.com/RoshanJose7/Zomateen

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start:dev

Color Reference

Color Hex
Primary #FF9F0D #FF9F0D
Primary Variant #FCA311 #FCA311
Surface Color #C7DDFF #C7DDFF
(Light) Text Color #010101 #010101
(Dark) Text Color #F0F0F0 #F0F0F0

Tech Stack

Client: Flutter, Provider

Server: NestJS, PostgreSQL

Features

  • Light/Dark mode support
  • Admin Client Portal
  • Cross platform (Android/IOS)

Authors

License

MIT

Badges

MIT License

Repo Size