An application that allow users to upload images, audios, videos to their gallery and also view them on a slideshow player
-
Clone the repo
-
Navigate to the directory
gallery-appand runnpm install -
Change the Mongo DB url in
app.jsto your running instance of mongodb -
Create a directory in root
uploadsto store media files in your local -
Run
npm startin one terminal window (for the server) andng servein another terminal window (for the client) -
Access the client by visiting
http://localhost:4200in the browser