SkillAgentSearch skills...

Notebook

A note keeping app, built with Laravel 5.3 and Vue 2.

Install / Use

/learn @AshMenhennett/Notebook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Notebook

This is a repository for a simple Notebook app that I created while learning Laravel and Vue.

Feel free to take a look around the codebase.

##Functionality

  • Users can register and create Notebooks, which contain Notes.
  • Vue has been used to implement a reactive UI for viewing, creating and deleting Notebooks and Notes.

Installation & Configuration

If you would like to install this project, treat it as you would any other Laravel application:

  • Clone the repo.
  • Install dependencies: composer install (also, npm install, if you need).
  • Configure environment variables- .env.
  • Generate application key: php artisan key:generate.
  • Run Laravel migrations: php artisan migrate.

Make sure you configure the APP_URL environment variable, as its used for linking to the application in emails.

Further steps:

  • Set the APP_ENV environment variable to production when the app is on a live sever, to force HTTPS connections on all routes.

##Screenshots ###Creatings Notebooks Creating Notebooks

###Creating Notes Creating Notes

##Routes Routes Thanks to Pretty Routes

##License MIT

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks1

Languages

PHP

Security Score

60/100

Audited on Jan 28, 2023

No findings