Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
/ ableport Public archive

Building the gateway between humans and software.

License

Notifications You must be signed in to change notification settings

hhsrustaceans/ableport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ableport Logo

Ableport is an online hub for research and collaboration between individuals with special needs and organisations. We help build the gateway between humans and software.

Getting started

In order to work on Ableport, you'll need to install the following:

Frontend requirements:

Backend requirements:

Frontend

Ableport's frontend is powered by NextJS and uses a single-page application (SPA) design.

To work on the frontend locally, run these commands:

cd web
yarn install
yarn dev

Backend

Ableport's backend uses C# with ASP.NET Core for the API.

To use the API locally, run these commands:

cd api/Ableport.API.REST
dotnet run

External login functionality can be tested using the following url:

https://localhost:5134/auth/login/google?provider=Google&returnUrl=https://localhost:5134/auth/account/redirect

ToDo

  • Document API configuration secrets/strings
  • Document login process