This is a supermarket app with the backend written in Spring Boot using PostgreSQL as a database. It uses React.js for the frontend.
- Access the application.properties file and change the postgres credentials to match the username and passwords.
- Create a database called users and run the OnlineSupermarketApplication.java file.
- Change directory to client and run npm start to start the frontend client.