Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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


Simulator-Screen-Shot-i-Phone-13-2021-10-24-at-16-52-43

Simulator-Screen-Shot-i-Phone-13-2021-10-24-at-16-52-48

Simulator-Screen-Shot-i-Phone-13-2021-10-24-at-16-53-21

Simulator-Screen-Shot-i-Phone-13-2021-10-24-at-16-53-27

Simulator-Screen-Shot-i-Phone-13-2021-10-24-at-16-53-32

## Run

### App

```bash
git clone https://github.com/iamrahultanwar/friskco-react-native-app

yarn install

expo run ios

```

### Server

> install https://github.com/cosmtrek/air

```bash
git clone https://github.com/iamrahultanwar/friskco

mkdir public

air

```