-
Notifications
You must be signed in to change notification settings - Fork 26
/
params.json
6 lines (6 loc) · 5.99 KB
/
params.json
1
2
3
4
5
6
{
"name": "Freelancer-notes",
"tagline": " Freelancer notes is an open source web application",
"body": "#What is Freelancer Notes\r\nFreelancer Note is an freelance project management application. It is very light weight and easy to use. You are able to manage all your projects in one place and you can keep record of your all clients and earnings. You are also able to export project record in PDF format.\r\n\r\n**Note :** Freelancer notes is fully open source under [GNU (GENERAL PUBLIC LICENSE)](https://github.com/Porimol/freelancer-notes/blob/master/LICENSE).\r\n\r\n#Installation Guide\r\n###PHP Version Minimum 5.4.0 require\r\n1) Download or Clone the project from right side\r\n\r\n2) Extract from zip (You can change the project name)\r\n\r\n3) Copy and paste into your web server root directory\r\n\r\n4) Create a database\r\n\r\n5) Import the database from your project folder. Database name db_freelancer.sql\r\n\r\n6) Modify database configuration file(path app/config/database.php)\r\n\r\n change your database connection info.\r\n **Default mysql database info**\r\n \t\t'mysql' => array(\r\n \t\t\r\n 'driver' => 'mysql',\r\n \r\n 'host' => 'localhost',\r\n \r\n 'database' => 'db_freelancer',\r\n \r\n 'username' => 'root',\r\n \r\n 'password' => 'admin',\r\n \r\n 'charset' => 'utf8',\r\n \r\n 'collation' => 'utf8_unicode_ci',\r\n \r\n 'prefix' => '',\r\n )\r\n please make sure you database name, username and pasword(if you have set your database password otherwise leave it blank)\r\n \r\n If you do everything perfectly then you can access the application\r\n###Login Information\r\nUser : [email protected]\r\n\r\nPass : admin12345\r\n###Login\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/User%20login%20--%20OOIS.png\">\r\n\r\n### Dashboard\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Dashboard%20--%20OOIS.png\">\r\n### Add New Client's Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Add%20new%20client%20information%20--%20OOIS.png\">\r\n### All Clients Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/All%20clients%20information%20--%20OOIS.png\">\r\n### Add New Marketplace's Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Add%20new%20marketplace%20--%20OOIS.png\">\r\n### All Marketplaces Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/All%20marketplaces%20information%20--%20OOIS.png\">\r\n### Add New Project's Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/New%20project%20information%20--%20OOIS.png\">\r\n### All Projects Info\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/All%20projects%20information%20--%20OOIS.png\">\r\n### User Password Change\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Change%20user%20password%20--%20OOIS.png\">\r\n### Edit/Update User Profile\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Edit%20user%20profile%20--%20OOIS.png\">\r\n### Reporting Area\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports%20--%20OOIS.png\">\r\n### Reports By Marketplace, Client, Date to Date\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports1%20--%20OOIS.png\">\r\n### Reports By Marketplace\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports2%20--%20OOIS.png\">\r\n### Reports By Client\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports3%20--%20OOIS.png\">\r\n### Reports By Date to Date\r\n<img src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports4%20--%20OOIS.png\">\r\n\r\n \r\n##About Laravel PHP Framework\r\n\r\n[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)\r\n[![Total Downloads](https://poser.pugx.org/laravel/framework/downloads.svg)](https://packagist.org/packages/laravel/framework)\r\n[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)\r\n[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)\r\n[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)\r\n\r\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.\r\n\r\nLaravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.\r\n\r\nLaravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.\r\n\r\n## Official Documentation\r\n\r\nDocumentation for the entire framework can be found on the [Laravel website](https://laravel.com/docs).\r\n\r\n### Contributing To Laravel\r\n\r\n**All issues and pull requests should be filed on the [laravel/framework](https://github.com/laravel/framework) repository.**\r\n\r\n### License\r\n\r\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)\r\n\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}