Skip to content

martishin/react-native-golang-todolist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo React Native App

React Native todo application with backend written in Go

Running Locally

Server

  • Navigate to server folder: cd server
  • Run PostgreSQL: make run-postgres
  • Start the server: cd cmd && go run .
  • API will be available at http://localhost:3000/

Client

  • Navigate to client folder: cd app
  • Install dependencies: npm install
  • Start expo: npm run start