- Clone this repo
- Set your application settings in
application.properties
to include:
spring.datasource.url=jdbc:postgresql://path/to/your/psql/database
spring.datasource.username=yourPSQLUser
spring.jpa.hibernate.ddl-auto=auto
- Run the application:
./gradlew bootRun
- Run tests (there are no integration tests yet)
./gradlew test
Today, you’ll add login to the CodeFellowship app, and allow users to create posts.
For your remaining labs before the midterm project, you’ll create an app called CodeFellowship that allows people learning to code to connect with each other and support each other on their coding journeys.