A photo sharing application made using MERN stack
Check the working demo here
- Clone the repo.
- Run npm install on both server and client
npm install
- Inside server folder rename .env.sample to .env and put your database and AWS credentials there.
- Import db.sql inside server folder to setup the database.
npm start // Run the app in development mode.
npm build // Build the app.
Open http://localhost:8080 to view it in the browser.
npm run dev // Run nodemon dev server.
npm start // Start the app.