Git Product home page Git Product logo

rakon's Introduction

Rakon

To start the application:

  • Install dependencies with make deps
  • Create and migrate your database with make migrate
  • Start the application with make run or make i

Now you can visit localhost:4000 from your browser.

Notes

To create a topic model & migration files.

$ mix phx.gen.schema Topic topic title:string

Database

To run postgresql with docker

$ docker run -itd \
  -e POSTGRES_USER=rakon \
  -e POSTGRES_PASSWORD=rakon \
  -p 5432:5432 \
  --name postgresql \
  postgres:latest

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Rakon is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Rakon. It contains summaries of the most noteworthy changes made in each release.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/rakon/issues

Security Issues

If you discover a security vulnerability within Rakon, please send an email to [email protected]

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

ยฉ 2022, Clivern. Released under MIT License.

Rakon is authored and maintained by @clivern.

rakon's People

Contributors

clivern avatar renovate[bot] avatar

Watchers

 avatar  avatar

rakon's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • erlef/setup-beam v1
mix
mix.exs
  • phoenix ~> 1.6.13
  • phoenix_ecto ~> 4.4
  • ecto_sql ~> 3.6
  • postgrex >= 0.0.0
  • phoenix_html ~> 3.0
  • phoenix_live_reload ~> 1.2
  • phoenix_live_view ~> 0.17.5
  • floki >= 0.30.0
  • phoenix_live_dashboard ~> 0.6
  • esbuild ~> 0.5
  • swoosh ~> 1.3
  • telemetry_metrics ~> 0.6
  • telemetry_poller ~> 1.0
  • gettext ~> 0.22
  • jason ~> 1.2
  • plug_cowboy ~> 2.5

  • Check this box to trigger a request for Renovate to run again on this repository

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.