/Web-Gallery

Primary LanguageJavaScript

Required to have express and nodemon to run this on your local host.

How to run: open node.js command prompt and navigate to your Web Gallery folder. (eg: cd Users/Someone/Desktop/Web-Gallery/webgallery)

run the following command: nodemon app.js

Finally, open up your browser and type 'localhost:3000' in your search bar to open up your web gallery!

Make an account, and enjoy!

Documentation can be found in the doc folder

Web gallery was meant to be a project for learning more about Javascript, HTML, and CSS along with understanding the REST Api, DOM, and overall more on making dynamic webpages.