8000 GitHub - maliniakh/StandardModelDB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maliniakh/StandardModelDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StandardModelDB

Showcase application for browsing elemetary particles (i.e. Standard Model).

Stack used:

  • Node.js / Express.js
  • MongoDB
  • Jade for templating
  • jQuery / CoffeeScript
  • Mocha for unit testing

Features:

  • filtering by particle groups (leptons, quarks, gluons and so on)
  • searching by name
  • paginated results
  • spelling correction using Levenhstein distance

Installation:

  • MongoDB
    • no user nor password needed
    • $ mongo
    • $ use standardModel
    • $ load("path to project dir/db.js") to load data
  • Unit tests
    • $ mocha
  • Starting
    • $ node bin/www

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0