preetzira / e-ticketing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e-ticketing

a basic e-ticketing application for learning purposes.

steps to run the code

  1. do npm install on both root directory and client directory
  2. create a .env file with three variables MONGO_URI, SECRET_KEY, DB_NAME
  3. use npm run dev command to start the dev server

IMPORTANT:- Make sure your mongod is running

About


Languages

Language:JavaScript 97.9%Language:CSS 1.6%Language:HTML 0.5%