Self hosted note manager
 
 
 
 
Go to file
nightly 1dc683bde9
continuous-integration/drone/push Build is passing Details
Legit kys, drone.
2022-10-14 11:37:47 +02:00
app Send branch to gitea 2022-09-21 21:39:10 +02:00
bootstrap Send branch to gitea 2022-09-21 21:39:10 +02:00
config Send branch to gitea 2022-09-21 21:39:10 +02:00
database Send branch to gitea 2022-09-21 21:39:10 +02:00
lang/en Send branch to gitea 2022-09-21 21:39:10 +02:00
public Send branch to gitea 2022-09-21 21:39:10 +02:00
resources Rename index file and change route 2022-09-22 11:56:24 +02:00
routes What did i do???? 2022-09-22 12:32:15 +02:00
storage Send branch to gitea 2022-09-21 21:39:10 +02:00
tests Send branch to gitea 2022-09-21 21:39:10 +02:00
.drone.yml Legit kys, drone. 2022-10-14 11:37:47 +02:00
.editorconfig Send branch to gitea 2022-09-21 21:39:10 +02:00
.env.example Send branch to gitea 2022-09-21 21:39:10 +02:00
.gitattributes Send branch to gitea 2022-09-21 21:39:10 +02:00
.gitignore Send branch to gitea 2022-09-21 21:39:10 +02:00
README.md Check if git authentication works 2022-10-14 11:16:33 +02:00
artisan Send branch to gitea 2022-09-21 21:39:10 +02:00
composer.json Add react to the project 2022-09-22 11:16:00 +02:00
composer.lock Add react to the project 2022-09-22 11:16:00 +02:00
package-lock.json Add react to the project 2022-09-22 11:16:00 +02:00
package.json Add react to the project 2022-09-22 11:16:00 +02:00
phpunit.xml Send branch to gitea 2022-09-21 21:39:10 +02:00
vite.config.js Add react to the project 2022-09-22 11:16:00 +02:00

README.md

MangoNotes

Build Status

Laravel test app

Instructions (Linux)

First install git, php and composer via your package manager, and then run the following commands:

git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
cd MangoNotes/
composer install
cp .env.example .env
php artisan key:generate
php artisan serve