https://github.com/fachschaftmathphysinfo/tobias
https://github.com/fachschaftmathphysinfo/tobias
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fachschaftmathphysinfo/tobias
- Owner: FachschaftMathPhysInfo
- Created: 2018-05-16T13:15:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T21:46:21.000Z (over 5 years ago)
- Last Synced: 2025-01-09T06:45:55.832Z (4 months ago)
- Language: Vue
- Size: 1.06 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tobias - Tool zur Online-Basierten Interaktiven ArbeitsSitzungsvorbereitung
[](https://codeclimate.com/github/FachschaftMathPhys/tobias/maintainability)
## Setting up in dev-enviroment
Required software: `nginx postgresql rails yarn mkcert`. Google for install instructions on your project.
### Client
1. Change to `client/`
2. Install dependencies `yarn`
3. Run dev server `yarn dev`### API- Server
1. Change to 'server'
2. Install dependencies via `yarn`
3. Create database mongodb (google it)
4. Start Build-process via `NODE_ENV=development yarn build`
5. Start-up server via `yarn start:env`