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

https://github.com/codegram01/wingram-one

One Platform for anything
https://github.com/codegram01/wingram-one

Last synced: about 2 months ago
JSON representation

One Platform for anything

Awesome Lists containing this project

README

          

# Wingram One

One platform for anything. Use this platform for anything you want.

[Video when i create]()

## Feature
- [x] Auth
- [x] Post - Articles
- [] Chat
- [] Drive - Files editor
- [] Social

....

## Usage

## Technical
- Backend: Golang
- Frontend: Vue
- Database: Postgresql

## Install

### Postgresql:
- Install and run at port 5432
- Create Db: testdb
- Create User: testuser , password: testpassword
Or you can modified in config | env value

### Clone this source
- run : go run .

### API
- check file docs/postman.json

## Contribute
- fork, update, merge, open issue is happy
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)

## TODO
- remove all error return of backend when internal error
+ user shouldn't see it
- Refactor code
- Optimize code