These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need to clone this repository to your local directory.
Open Terminal
git clone https://github.com/v-rohan/audition-webapp.git
Open Terminal in the audition-webapp folder (or by cd audition-webapp
)
cd back-end
npm install
Installs the project dependencies
open a terminal window (a seperate one without closing the prior one) on your OS in the audition-webapp folder.
cd front-end
npm install
Installs the project dependencies
Open Terminal
open back-end folder and run Windows Command Prompt or Powershell or terminal window on your OS in the folder.
node index.js
This code will start the node server.
open the front-end folder and run Windows Command Prompt or Powershell or terminal window (a seperate one without closing the prior one) on your OS in this folder.
npm run serve
This command will start the Vue server with the front-end app working at http://localhost:8080/
It's possible that the app maybe deployed on another port as well
This app has been made using the MEVN stack.
*Back-end - Express on Node
*Front-end - Vue
*Database - An online Mongo Atlas Server
for the GNU/Linux User's Group, NIT DURGAPUR
Clone the repository, make a seperate branch, open your issue and make a Pull Request.