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-app
and runnpm install
-
Change the Mongo DB url in
app.js
to your running instance of mongodb -
Create a directory in root
uploads
to store media files in your local -
Run
npm start
in one terminal window (for the server) andng serve
in another terminal window (for the client) -
Access the client by visiting
http://localhost:4200
in the browser