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

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

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