Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kittonn/biobotanix
Linear Algebra Project
https://github.com/kittonn/biobotanix
Last synced: 16 days ago
JSON representation
Linear Algebra Project
- Host: GitHub
- URL: https://github.com/kittonn/biobotanix
- Owner: Kittonn
- Created: 2023-10-10T12:57:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T12:41:04.000Z (about 1 year ago)
- Last Synced: 2023-10-25T14:00:32.424Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 19.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`