A CRUD application that allows multiple users to share pictures on an online platform. The application also allows users to comment on each other post's and delete a particular post whenever they want.
Backend:
Frontend:
To run this project locally on your machine you need the following installed
- nodejs
- yarn
- Clone the repo
git clone https://github.com/padmajabhol/image-drop-client.git
- Install NPM packages
yarn
- Running the project
yarn start