Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamrahultanwar/friskco
Friscko is simple private cloud storage written in go
https://github.com/iamrahultanwar/friskco
backend golang mysql-database react
Last synced: about 1 month ago
JSON representation
Friscko is simple private cloud storage written in go
- Host: GitHub
- URL: https://github.com/iamrahultanwar/friskco
- Owner: iamrahultanwar
- Created: 2021-10-17T07:37:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T11:41:14.000Z (about 3 years ago)
- Last Synced: 2024-11-15T05:25:08.471Z (about 2 months ago)
- Topics: backend, golang, mysql-database, react
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WIP
## Friskco
This project is for my learning purpose only, i decided to learn golang instead going with react i decided to use react native. I have experience with ionic and flutter just wanted to test react native.
> You are open to use this project if you want to
### Idea
Idea is to create your own cloud storage and save files for personal use.
### Preview
## Run
### App
```bash
git clone https://github.com/iamrahultanwar/friskco-react-native-appyarn install
expo run ios
```
### Server
> install https://github.com/cosmtrek/air
```bash
git clone https://github.com/iamrahultanwar/friskcomkdir public
air
```