Photo Management App is a website that allows users to post, search for, view and comment on images.
- The Registration button allows the user to create a new account.
- The Login button allows the user to log in with their username. A flash message will appear indicating if the user has successfully logged in or not.
- The Post Image button allows the user to create a new post once logged in. Each new post will appear on the Home page, followed by a flash message indicating it has been created.
- The search bar allows the user to search for an individual post. The number of results found are indicated by a flash message at the top of the screen.
- Clicking on the Details section allows the user to view the individual post page. Once on the page, the user can comment on the post.
Here's a walkthrough of implemented features:
Registration:
Login:
Post Image:
Search:
Comment:
GIFs created with LICEcap
- Change the current directory to the application folder in your repository.
- Run
npm install
- Change the current directory to the application folder in your repository.
- Run
npm start




