https://github.com/devhindo/bats
fully-featured social media app built with React, Go and MySQL
https://github.com/devhindo/bats
social-network
Last synced: 2 months ago
JSON representation
fully-featured social media app built with React, Go and MySQL
- Host: GitHub
- URL: https://github.com/devhindo/bats
- Owner: devhindo
- License: mit
- Created: 2024-03-05T11:08:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T06:34:13.000Z (over 1 year ago)
- Last Synced: 2026-01-12T15:08:32.488Z (2 months ago)
- Topics: social-network
- Language: TypeScript
- Homepage:
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bats
## Endpoints
| Endpoint | Description | Functionality |
|----------|-------------|---------------|
| /signup | create new user | using jwt authentication |
## Development
`make db` => start the db
`make server` => start the server
`make ui` => start the ui