Skip to content

Clivern/Rakon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 hello@clivern.com

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.