An application to share images includes authentication, and it is built with Express Js, React Js, and MYSQL.
To get started developing you need to install Nodejs, and preferably using yarn as a package manager.
A MYSQL database must be setup.
Change the application env variables, first create .env file form .env.example.
cp .env.example .env
yarn run migrate
yarn run start






