Skip to content

Dashboard for Colleagues to share different phone notes by who they got called when they weren't at work.

Notifications You must be signed in to change notification settings

MrMoosti/Phone-Notes

Repository files navigation

Phone Notes

Phone Notes is a simple Laravel dashboard made by students, open source nad free. Tired of writing sticky notes for your colleagues when someone called and they weren't at work? Use Phone Notes! A simple to use dashboard to create a Phone Note for your colleague, asign a phonenumber, company and many more things.

Preview

Screenshot

Dashboard Preview Colleagues Preview

Getting Started

In order to run Phone Notes on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below.

Prerequisites

  • Mysql
  • Composer
  • Apache
  • NPM
  • Git

Installing & Local Development

Start by typing the following commands in your terminal in order to get Phone Notes full package on your machine and starting a local development server with live reload feature.

> git clone https://github.com/MrMoosti/Phone-Notes.git Phone\ Notes
> cd Phone\ Notes
> composer install
> npm install
> npm run dev

Migrating Database

Before you can actually see the webshop, you'll need create an .env file in the root directory of the project. I'm sure there are plenty of examples on the internet.

> php artisan migrate:fresh

Usage

Create an account and you can view the dashboard.

Database structure

UML

Deployment

In deployment process, you have two commands:

  1. Build command Used to generate the final result of compiling src files into build folder. This can be achieved by running the following command:
> npm run build
  1. Preview command Used to create a local dev server in order to preview the final output of build process. This can be achieved by running the following command:
> npm run watch

Special Thanks

Changelog

V 1.0.0

Still in development, no releases yet.

Authors

License

Adminator is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of the Admin Dashboard Design & Webshop Design template.

About

Dashboard for Colleagues to share different phone notes by who they got called when they weren't at work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published