Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventOS

Live show management and production software. A full-stack Node.js + Vue application for managing events, artists, and production logistics.

Features

  • Event and show management
  • User authentication with JWT
  • RESTful API backend (Express + MongoDB)
  • Vue.js frontend client

Stack

Node.js Express MongoDB Vue.js

express · mongoose · jsonwebtoken · bcrypt · vue-router

Project Structure

eventOS/
├── server.js           # Express entry point
├── routes/             # API routes
├── controllers/        # Route handlers
├── models/             # Mongoose schemas
└── client/             # Vue.js frontend

Getting Started

git clone https://github.com/kaltisami/eventOS.git
cd eventOS
npm install

Create a .env file (see .env.example):

PORT=5500
DB_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
npm run dev

API runs on http://localhost:5500

License

ISC

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages