UniLibrary is a project done for the course of Web Application and Services. To implmement this project has been used the MEAN stack.
Make sure you have npm, docker and docker-compose installed. Docker-compose should be version 1.6 or higher.
$ git clone https://github.com/nour1988/UniLibrary.gitcd UniLibrary
cd angular-client
npm installcd ..\
cd express-server
npm installcd ..\
docker-compose up --buildusername: user password: user123
username: librarian password: librarian123
username: admin password: admin123App should be running in localhost:4200
Server should be running in localhost:3000