This is a starter project learning to build and run server systems with the purpose of building, tracking, and updating an inventory.
- run:
npm install
- run:
npm run dev
brew update
brew doctor
brew install postgresql@14
-
brew services start postgresql@14
-
brew services stop postgresql@14
-
psql postgres
CREATE ROLE newUser WITH LOGIN PASSWORD 'password';
ALTER ROLE newUser CREATEDB;