Skip to content

SteffiPeTaffy/conference-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conference-Tracking

Status

Stories in Ready

Development

Install Leiningen, if you don't already have it. Make sure you have a MongoDB running on your machine. You can use docker for that:

docker run -p 27017:27017 mongo

Development tasks are wrapped in the ./go script, e.g.:

  • ./go serve-backend, ./go serve-frontend, ./go serve-styles launches development servers for the respective parts of the app. Run these in separate shells in parallel for the best development experience. The app listens on http://localhost:3000
  • ./go test runs all tests

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published