/vutuv

vutuv is a social network service to host and share information about humans and organizations.

Primary LanguageElixirMIT LicenseMIT

Stories in Ready Build Status

vutuv

vutuv is a social network service to host and share information about humans and organizations.

Run the application

This is a Phoenix Framework application. Please install it before going forward.

Make sure that your database configuration in config/dev.exs is correct (we use MySQL by default).

$ cd vutuv
$ mix deps.get
$ npm install
$ mix ecto.create
$ mix ecto.migrate
$ mix phoenix.server

Do you want to participate?

Great! This is an open-source project. Please feel free to create a pull request for stuff you want to change. And please do add an issue for any problem or feature request.