Skip to content

Simple notes app I'm using to experiment with elixir

Notifications You must be signed in to change notification settings

CaioSym/caio_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaioNotes

This is a simple note board project I'm using to play around with phoenix and elixir You can visit the most recent version of the project here:

caio-notes

Installing

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install

Running

  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

TODOs

  • Add users and authentication
  • i18n

About

Simple notes app I'm using to experiment with elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published