https://github.com/buffolander/hypnotic-operation
https://github.com/buffolander/hypnotic-operation
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buffolander/hypnotic-operation
- Owner: buffolander
- Created: 2023-12-06T20:19:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T10:46:08.000Z (over 2 years ago)
- Last Synced: 2025-02-05T22:59:34.517Z (over 1 year ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hypnotic-operations
The project hosts an application that interacts with the Preqin API. It's composed of a React frontend and a BFF service written in Node.js with Typescript.
It uses yarn workspaces to manage multiple applications in the same repository.
BFF docs: [apps/bff/README.md](apps/bff/README.md)
Frontend docs: [apps/frontend/README.md](apps/frontend/README.md)
## Setup & Run
```bash
# install dependencies
yarn install
# build all applications
yarn build:all
# start frontend and bff
yarn start:all
```
// TODO: Create base interface and extensions for each AssetClass on BFF
// TODO: Create distinct list components for each AssetClass on Frontend
// TODO: Add a diagram of the architecture
// TODO: Containerize applications
// TODO: Add docker-compose file to run the project locally