Skip to content

SuhailAhmed2627/fotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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