EinsteinMedia is a social media platform created as a computer science class project. It provides users with a space to connect and share their thoughts, photos, and interests with others.
(1) Clone the repository.
(1) Navigate to the backend directory.
(2) Make sure you have Java Development Kit (JDK) installed on your system.
(3) Open the backend project in your preferred Java IDE (such as IntelliJ IDEA or Eclipse).
(4) Resolve any dependencies by installing the required libraries or frameworks specified in the project's build configuration file (such as Maven or Gradle).
(5) Configure the database connection in UserRepository.java
(6) Run the backend server.
(1) Navigate to the frontend directory.
(2) Install the required dependencies by running the command
(3) npm install.
(4) Start the frontend development server by running the command npm start.
Note: Make sure the backend server is running and properly configured before starting the frontend development server.