Coder Social home page Coder Social logo

elixirtr / elixirtr-old Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 3.41 MB

`elixir |> turkiye()` topluluk web sitesi

Home Page: https://elixirturkiye.org

License: GNU General Public License v3.0

Elixir 69.87% CSS 9.64% JavaScript 6.21% HTML 14.27%
elixir-lang community phoenix-framework elixir elixir-phoenix elixir-language

elixirtr-old's Introduction

elixir |> turkiye() topluluk websitesi

kurulum

# repoyu klonlayin
git clone [email protected]/elixirtr/elixirtr.git && cd elixirtr

# hex paketlerini cekin
mix deps.get

# .env dosyasini ayarlayin
cp .env.sample .env
vim .env

# calistirin
source .env && mix phx.server
# ve ya
source .env && iex -S mix phx.server

ornek kullanici ve sirketler ekleyin

source .env && iex -S mix phx.server
Erlang/OTP 21 [erts-10.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]

[info] Running ExtrWeb.Endpoint with cowboy 2.6.3 at 0.0.0.0:4000 (http)
[info] Access ExtrWeb.Endpoint at http://localhost:4000
Interactive Elixir (1.8.1) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> for i <- 0..100, do: Extr.People.create_user(%{name: Faker.Name.name(), title: Faker.Name.title(), email: Faker.Internet.email(), avatar: Faker.Avatar.image_url(200, 200), password: "password", password_confirmation: "password"})

iex(n)> for i <- 0..100, do: Extr.Corporation.create_company(%{name: Faker.Company.name(), title: Faker.Name.title(), logo: Faker.Avatar.image_url(100, 100), added_by: 1})

yapilacaklar

  • alchemists sayfa tasarimi
  • github, gitlab authentication
  • [-] manuel kayit
  • alchemist detay sayfasi tasarimi
  • sirket ekleme, silme, gosterme vs
  • rehber dokuman paylasimi
  • bulten abonelik sistemi

elixirtr-old's People

Contributors

dependabot[bot] avatar kakkoyun avatar murat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

elixirtr-old's Issues

Açık kaynak proje vitrini

Alchemistlerin katkı sağlayarak öğrenme sürecini hızlandırabilmeleri amacıyla açık kaynak projelerin listelendiği bir vitrin.

After registration pattern match error

Error

2019-05-05T17:41:40.241985+00:00 app[web.1]: (extr) lib/extr/people/user_from_oauth.ex:43: Extr.People.UserFromOAuth.create_or_update/1

Possible fix -> url: auth.info.url -> url: auth.info.urls.htlm_url

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.