Skip to content

Solo project for the Lablab.ai Autonomous Agents Hackathon!

Notifications You must be signed in to change notification settings

DLOVRIC2/academify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Solo project for the Lablab.ai Autonomous Agents Hackathon

You can check out the application at the following link: http://3.81.52.8:3000/

Prerequisites

To run Academify locally, you need

Getting Started

Follow these steps to get DesignDive up and running

  1. Clone the repository

    git clone https://github.com/DLOVRIC2/academify
    
  2. Navigate to the repository directory

    cd academify
    
  3. Export your key to local session

    export OPENAI_API_KEY=you_api_key
    
  4. Start the Docker containers

     docker-compose -f docker-compose.dev.yml up -d
    

    This will start the front-end application at http://localhost:3000.

To stop the application, use the command docker-compose -f docker-compose.dev.yml down.

The production version uses the images built for frontend and backend deployed here:

Frontend: https://hub.docker.com/r/dlovric2/academify-frontend

Backend: https://hub.docker.com/r/dlovric2/academify-backend

Troubleshooting

If you face any issues, check

  • Your Docker version Ensure that your Docker version is up-to-date.
  • Dockerfile paths Ensure the paths specified in the docker-compose.yml are correct.

About

Solo project for the Lablab.ai Autonomous Agents Hackathon!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published