Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranon-rat/courses_platform
si
https://github.com/ranon-rat/courses_platform
Last synced: 15 days ago
JSON representation
si
- Host: GitHub
- URL: https://github.com/ranon-rat/courses_platform
- Owner: ranon-rat
- License: gpl-3.0
- Created: 2022-11-16T04:18:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T04:39:26.000Z (about 2 years ago)
- Last Synced: 2023-03-05T04:43:54.568Z (almost 2 years ago)
- Language: Go
- Homepage: https://coursesplatform.pythonboy123.repl.co
- Size: 111 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course platform
A platform for uploading courses.
## Visualization
![image](https://user-images.githubusercontent.com/78381898/202837719-fa97ab26-614a-47e1-8b11-7f3d43475459.png)
## Build requirements
- [Go 1.19.x](https://go.dev/dl/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## executing
```sh
# linux
./init.sh
./once.sh
```