- Emma Jane Phillips🛬
- Courtney Dennis
- Nelly Cimbi
- Carlos Lopez
- David Chaney
Clone the project:
git clone https://github.com/sembrar-2211/sembrar
Create the postgreSQL database:
createdb sembrar
Start the React development server (port 3000 default):
npm run frontend:start
Start the PostgreSQL development server (port 4000 default):
npm run db:dev
Pull up: http://localhost:3000/ to see the frontend http://localhost:4000/ to see the backend