Atsevofni is not a real name, it is an alias for a fintech company operating in Indonesia, their real company name is confuscated for privacy purposes. They gave me a challenge to build a dashboard presenting stock prices, using whatever stacks I am comfortable with.
The project is structured as below:
apps/server: Contains the backend application for the project, built using FastAPI.apps/web: Contains the frontend Vite + React application for the project.
- Clone this repository and open the directory
git clone https://github.com/mafiefa02/atsevofni && cd atsevofni
- Install the application's dependencies
pnpm install:app
- Run the local dev server!
pnpm dev
- Open http://localhost:5173 to interact with the frontend, while the backend service can be accessed in http://localhost:8000.