Skip to content

Padmajasharma/Ticketshow-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Steps to run :-
For backend
1. navigate inside the backend folder
2. Create a virtual environment using `python -m venv venv`.
3. Navigate inside the virtual environment.
4. activate the virtual environment using 'venv\scripts\activate'
5. Install the packages required using `pip install -r requirements.txt`
6. After all the packages are installed, its time to finally run the app.
7. Run the app using `python run.py`

For frontend

1. navigate to this path \vue-project directory
2. install the packages using npm install
3. run the app using " npm run serve"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published