Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dudynets/numerical-methods-labs
- Owner: dudynets
- License: mit
- Created: 2023-09-28T15:25:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T21:50:32.000Z (about 1 year ago)
- Last Synced: 2023-12-03T22:27:16.991Z (about 1 year ago)
- Topics: angular, docker, fastapi, interpolation, labs, linear-algebra, material-ui, matplotlib, ngxs, numpy, python, typescript, university
- Language: TypeScript
- Homepage: https://dudynets.github.io/Numerical-Methods-Labs/
- Size: 84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Numerical Methods Labs
**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.