The frontend for a web gallery application This application allows the user to sign in using a Google account, upload photos to the application, and search uploaded photos on the application.
#Usage Before doing anything, sign in using a Google account. Click the Google Sign in button on the left hand side of the screen, and select the Google account to sign in with.
After signing in, you can search the photos on the site, or upload your own photos.
To upload a photo:
- Make sure you're signed in.
- Click the Upload button.
- Type in a title and description for your photo.
- Click the Browse.. button to select the photo you'd like to upload.
- Click the Upload Photo button at the bottom.
- Your photo has been uploaded!
- Use the search function to see your photo.
To search a photo:
- Use keywords that describe your photo, and enter those in the search bar
- All photos containing that keyword, or related keywords will be returned.
- Example: with the keyword 'elephant' all photos containing elephants will be returned!
To run tests: To run tests:
- Make sure you have npm installed. (instructions can be found online)
- Run npm install.
- Run npm run test.
Here is a screenshot of the tests running and passing if you can not get them to run