Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanteenFlow - Serverless Static Edition

A completely serverless, frontend-only version of the Canteen Management System.

It uses the browser's native localStorage to act as a database. No backend server (Flask) or file-based database (SQLite) is required.


🚀 How to Run Locally Instantly

You don't need to install Python, Flask, or run any commands!

  1. Navigate to the folder: C:\Users\Subhajit Das\.gemini\antigravity\scratch\canteen_system_static
  2. Double-click index.html. It will open instantly in your web browser!
  3. You can click around, book meals, verify them, and view real-time stats immediately!

🌐 Publish Live on GitHub Pages in 2 Clicks (100% Free)

Because this project is built entirely on static files (HTML, CSS, JS), you can host it permanently and for free directly on GitHub Pages!

Step 1: Upload the files to GitHub

  1. Create a new repository on your GitHub account (e.g., name it canteen-flow).
  2. Open PowerShell or Command Prompt, and run these commands to push the static project files:
    cd "C:\Users\Subhajit Das\.gemini\antigravity\scratch\canteen_system_static"
    git init
    git add .
    git commit -m "Initial commit of static canteen flow"
    git branch -M main
    git remote add origin https://github.com/YOUR_USERNAME/canteen-flow.git
    git push -u origin main

Step 2: Turn on GitHub Pages

  1. Go to your repository on GitHub.com.
  2. Click on the Settings tab (the gear icon at the top).
  3. In the left sidebar, click on Pages (under the "Code and automation" section).
  4. Under Build and deployment, change the Source branch dropdown from None to main (and keep / (root) selected).
  5. Click the Save button.

🎉 That's it! GitHub will give you a public web URL within 1–2 minutes (e.g., https://YOUR_USERNAME.github.io/canteen-flow/). Your canteen system is now live and can be opened on any mobile phone, tablet, or PC in the world!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages