Skip to content

CodingParkFunSeries/RMS-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMS-backend

postgres setup

  1. brew install postgres
  2. /usr/local/opt/postgres/bin/createuser -s postgres
  3. pg_ctl -D /usr/local/var/postgres start
  4. psql -U postgres -h localhost
  5. postgres=> CREATE DATABASE rmsdb;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages