This project features the frotend of a powerful, full-stack application that employs both ReactJS and Node.js. The user interface, built with ReactJS, allows users to upload images. The back-end server, constructed using Node.js, subsequently processes these images.
As mentioned the frontend is built using ReactJS v18.x.x . Currently CRA is being used for development and build purpose, however I will be moving to vite.
To run this project on your own machine follow the steps given below.
- Clone this repo
- Run
npm install
- Run
npm start
- Optional - to create a production build of the project, run
npm run build
.
To login to the application as a guest you can use the credentials
username - test123@gmail.com
password - test123