Skip to content

Notely is a small project I made that allows users to create, update and share notes.

Notifications You must be signed in to change notification settings

kyleheaney5/notely

Repository files navigation

notely

Notely is a small project I made that allows users to create, update and share notes.

Getting Started

Docker

CLI Launch

Build the image first:

$ docker build -t kyleheaney5/notely:dev .

Run the container:

$ docker run -d --rm -v $PWD:/var/www/html -p "80:80" kyleheaney5/notely:dev

Docker-Compose Launch

Docker-compose auto builds the image when you launch it.

$ docker-compose up -d

About

Notely is a small project I made that allows users to create, update and share notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published