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
- Host: GitHub
- URL: https://github.com/codegram01/wingram-one
- Owner: codegram01
- License: mit
- Created: 2024-09-05T07:19:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T15:47:29.000Z (about 1 year ago)
- Last Synced: 2025-04-08T01:51:23.255Z (12 months ago)
- Language: Go
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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