SuhailAhmed2627 / fotos

Monorepo for the Fotos App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fotos App

logo-color


Installation - Client

Clone the repository to your local device and

  1. Install the node modules:
yarn install
  1. Copy and Configure the src/utils/config.example then rename it as src/utils/config.ts inside it, paste the following
export const config = {
	baseUrl: "http://localhost:8080/",
};
  1. Start the server in developer mode:
yarn dev dev

The server should now run

Installation - Server

Clone the repository to your local device and make sure you have BRA installed

  1. Install the Go Modules:
go mod download
  1. Copy and Configure the config/config.example then rename it as config/config.json. Fill the neccessary info.

  2. Copy and Configure the .env.example then rename it as .env and fill the necessary information

  3. Start the server in developer mode:

bra run

The server should now run


About

Monorepo for the Fotos App


Languages

Language:TypeScript 50.5%Language:Go 46.9%Language:JavaScript 1.3%Language:CSS 1.0%Language:HTML 0.3%Language:Makefile 0.1%Language:Shell 0.0%