A Modern Type-Safe Programming Language
Website |
Downloads |
Discord |
Jira Board
The Loop language is a new programming language for data science and AI. Loop uses a package manager to manage the various packages that users and companies are developing for the language.
This repository contains the backend logic and API for the package manager.
- Git
- Docker (version 19.03.0+)
- Docker compose (Comes pre-installed with Docker Desktop)
- Clone this repository, using the following command:
git clone https://github.com/looplanguage/api.pkg.looplang.org
- Browse to the folder of the repository:
cd api.looplang.org
- Run the command:
docker-compose up
- After a short while, the services should be running
- When you want to stop the services from running, run the command:
docker-compose down
When all the images have been successfully built the API can be accessed from “https://localhost:5001”. The database has a “3306” as port and server name “db”.