Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasindce1998/skill-marketplace
skill-marketplace
https://github.com/yasindce1998/skill-marketplace
Last synced: 25 days ago
JSON representation
skill-marketplace
- Host: GitHub
- URL: https://github.com/yasindce1998/skill-marketplace
- Owner: yasindce1998
- Created: 2024-11-12T14:38:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T10:32:37.000Z (about 2 months ago)
- Last Synced: 2024-11-24T05:15:05.899Z (about 2 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skill-marketplace
# Project Structure
```
skill-marketplace/
├── api/
│ ├── controllers/
│ ├── models/
│ ├── routes/
│ └── swagger/
├── cmd/
│ ├── admin/
│ └── user/
├── config/
├── db/
├── deploy/
│ ├── k8s/
│ │ ├── deployment.yaml
│ │ ├── service.yaml
│ │ └── ingress.yaml
│ └── docker/
│ └── Dockerfile
├── internal/
│ ├── provider/
│ ├── user/
│ └── task/
├── pkg/
│ ├── utils/
│ └── logger/
├── Makefile
└── README.md
```