This project has seperate front end and backend code for Library project.
Follow the below steps to run:
- Clone the repository
- Open command promt(cmd) amd navigate to "FrontEnd" folder
- Run "ng build". Wait till the build completes
- This will create dist/project-name inside FrontEnd folder.
- Copy the contents of dist/project-name/ folder into server folder at path "/Server/staticContent/
- Open another command prompt and navigate to "Server" folder.
- Run the command "node index.js"
- Open the browser and run the url "localhost:8080"