Setup Front-end

cd client/
npm install 
npm start

Setup Back-end

cd server/
npm install
create .env file with (DATABASE=mongodb connection, JWT_SECRET)
npm start || npm run dev (with logging)

Setup Full-stack

npm install
npm run full-stack

Routes

  • / for shown the all images in the backend
  • /login for login
  • /signup for signup
  • /uploadImage for upload new Image

Postman Collection (APIS)

https://www.getpostman.com/collections/0a29ee03383be89b9dc6