Skip to content

Shobon03/ts-ifc-api

Repository files navigation

ts-ifc-api

BIM Interoperability API, written in Typescript

Goals

This project aims to add a layer of interoperability for BIM software, especially Revit and Archicad, by having an API, an interface and documentation.

Executing locally

Clone this project:

git clone https://github.com/Shobon03/ts-ifc-api
cd ts-ifc-api/

Install dependencies:

npm i

Copy .env.example to .env:

cd backend && cp .env.example .env && cd ..

Execute the application:

npm run dev

Ports after initialization:

License

This project is licensed under GPL-3.0 - see LICENSE for more details.

About

This project is a part of my final thesis for my undergraduate Computer Science degree.

About

BIM Interoperability API, written in Typescript

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published