Upload your images to the gallery and share them with the world!
Tech used: HTML, CSS, JavaScript, Node.js, MongoDB, Mongoose
- Ensure that you have Git and Node.js installed.
- Clone this repository (e.g., with
git clone https://github.com/warnshouse/image-upload-app.git
). - Move into the directory with
cd image-upload-app
. - Install the necessary dependencies with
npm install
. - Create a
.env
file setting the variableDB_STRING
equal to your own database connection string. - Start the server with
npm start
. - Navigate to
localhost:3000
in your web browser and you're set!