Skip to content

emunib/Cylinder-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cylinder CRM

A easy to use crm built in java.

How to Build

  • Install Gradle
  • Provide the database connection properties in src/main/resources/application.properties file.
    • See the application.properties reference in particular you'll be interested in the JPA section.
  • Generate the tables/schemas for the database
    • We only have a postgres schema which can be found in schema.sql
  • Run gradle wrapper
  • Run ./gradlew bootRun
  • Open a browser to localhost:8080
  • Default admin user admin@admin.com is created with the password p@ssw0rd123Me

Notes

  • This project was done in partial fulfillment for CMPT 370.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published