Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kittonn/biobotanix

Linear Algebra Project
https://github.com/kittonn/biobotanix

Last synced: 16 days ago
JSON representation

Linear Algebra Project

Awesome Lists containing this project

README

        

# biobotanix

- [Model](./model/) : Contains the model of the project
- [API](./server/) : Contains the API of the project
- [Website](./web/) : Contains the website of the project

## How to run the project

### API

- `cd server`
- `python -m venv venv`
- `./venv/Scripts/activate`
- `pip install -r requirements.txt`
- `python main.py`

### Website

- `cd web`
- `npm install` or `yarn install`
- `npm run dev` or `yarn dev`