Skip to content

ConcourseNotes/concoursenotes-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concourse Notes

A note sharing service that makes classes easier

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku CLI for deployment.

$ git clone https://github.com/techied/concourse-notes.git
$ cd concourse-notes
$ mvn install
$ heroku local:start

Concourse should now be running on localhost:5000.

We use a database, so ensure you EXPORT the testing deployment database:

DATABASE_URL=postgres://localhost:5432/java_database_name

(this is just a demo, not an actual DB)

Deploying to Heroku

$ git push heroku master
$ heroku open

Documentation

For more information, ask on Discord

About

A note sharing service that makes classes easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published