BIM Interoperability API, written in Typescript
This project aims to add a layer of interoperability for BIM software, especially Revit and Archicad, by having an API, an interface and documentation.
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:
- http://localhost:3000 -> API
- http://localhost:3001 -> Frontend
- http://localhost:3002 -> Documentation
This project is licensed under GPL-3.0 - see LICENSE for more details.
This project is a part of my final thesis for my undergraduate Computer Science degree.