Skip to content
forked from xy2z/dopenote

Self-hosted webapp for notes - made in Laravel + Vue.js - **WORK IN PROGRESS**

License

Notifications You must be signed in to change notification settings

dfp521/dopenote

 
 

Repository files navigation

Dopenote

Dopenote

Work in Progress - Project started Feb. 2019

Dopenote is a self-hosted note webapp. The first releases will be very basic, and improve over time.

Progress

Follow the progress via Milestones

Setup

This project is still a work in progress.

Contributing

Feel free to contribute! Check out the issues labelled help wanted.

Requirements

Setup

  1. Fork this repo (xy2z/dopenote)
  2. Git clone your fork
  3. cd to the project
  4. Run composer install
  5. Meanwhile, create a new database called dopenote (collation: utf8mb4_unicode_ci)
  6. Rename .env.example to .env
  7. Change the DB_* configs in the .env file
  8. Run php artisan migrate:fresh
  9. Run php artisan key:generate
  10. Run php artisan serve
  11. See the site at http://127.0.0.1:8000

About

Self-hosted webapp for notes - made in Laravel + Vue.js - **WORK IN PROGRESS**

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.7%
  • HTML 17.8%
  • Vue 0.5%