Skip to content

aartoni/sixdegreesofapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Six Degrees of API

A standalone API layer for "Six Degrees of" projects, written from scratch to match the requirements of Six Degrees of Frontend.

Usage

The program can be started using Cargo.

cargo run --release

When running a full "Six Degrees of" project, you'll likely want to run this as part of your compose.yml.

services:
  api:
    environment:
      - PORT
    ports:
      - "${PORT}:${PORT}"
  db:       # ...
  frontend: #...

Contributing

Contributions to the project are welcome!

About

API for "Six Degrees of" kind of projects, inspired by "Six Degrees of Wikipedia".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages