Skip to content

mattfan00/hoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoji

Build Status

A small platform I am trying to make

Setup / Instructions

client - frontend

  1. Navigate to the client folder
  2. Run npm install to install dependencies
  3. Run npm start to start the application at localhost:3000

server - api

  1. Navigate to the server folder
  2. Run go get to install dependencies
  3. Create a .env file with the following structure:
    PG_URI=...
    
    ACCESS_TOKEN_SECRET=...
    REFRESH_TOKEN_SECRET=...
    
    AWS_REGION=...
    AWS_ACCESS_KEY_ID=...
    AWS_SECRET_ACCESS_KEY=...
    
  4. Run go run cmd/api/main.go to start the application at localhost:8080

About

a small platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published