Skip to content

cpgo/code-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code::Stats

Join the chat at https://gitter.im/code-stats/Lobby

Code::Stats is a free stats tracking service for programmers: https://codestats.net/.

This repository contains the Phoenix application that implements the service backend.

Installation for development

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:5000 from your browser.

Ready to run in production? Please check the Phoenix deployment guides.

Learn more about Phoenix

About

Code::Stats website repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 49.3%
  • HTML 38.0%
  • Elm 6.8%
  • JavaScript 4.9%
  • CSS 1.0%