Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dudynets/numerical-methods-labs

Labs for Numerical Methods course at Ivan Franko Lviv National University.
https://github.com/dudynets/numerical-methods-labs

angular docker fastapi interpolation labs linear-algebra material-ui matplotlib ngxs numpy python typescript university

Last synced: about 2 months ago
JSON representation

Labs for Numerical Methods course at Ivan Franko Lviv National University.

Awesome Lists containing this project

README

        


Oleksandr Dudynets logo

# Numerical Methods Labs


Static Badge
GitHub last commit (branch)
GitHub repo size

**Labs for Numerical Methods course at Ivan Franko Lviv National University.**

> Maintained by [Oleksandr Dudynets](https://dudynets.dev)

## Usage

### Run client and API using Docker

The easiest way to run the project is to use Docker. To do this, you will need to complete the following steps:

1. Install [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/).
2. Run `docker-compose up` in the root directory of the project and wait for the build to finish.
3. Open [http://localhost](http://localhost) in your browser.

### API (separately)

Full instructions for running the API separately are available in the [API README](api/README.md).

### Client (separately)

Full instructions for running the client separately are available in the [client README](client/README.md).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.