Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasindce1998/skill-marketplace

skill-marketplace
https://github.com/yasindce1998/skill-marketplace

Last synced: 25 days ago
JSON representation

skill-marketplace

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
```