Skip to content

Gauravbhatt19/daily-tasks

Repository files navigation

Daily Tasks Favicon


Easily track your daily tasks


Getting Started:

  1. Sign up by clicking here
    Register
  2. Easily add/edit tasks
    Add Task
  3. Manage pending/completed tasks list
    Add Task

Major Technologies Used:

  1. Laravel v8.40
  2. React v17.0.2
  3. Inertia

Installation:

  1. Clone the repository in your project working directory
    	git clone https://github.com/Gauravbhatt19/daily-tasks.git
  2. Create & configure environment/database values in .env from .env.example file
  3. Install dependencies
    	composer install
    	npm install
    	php artisan migrate
  4. Generate new Application Key
    	php artisan key:generate
  5. Set <project_home_directory>\public in virtualhost as project directory
🎉 Hurray! You're all set to start the development.

Build steps for assets:

  • Development
     	npm run development
  • Production
     	npm run production

Run the command to generate API Docs

	php artisan scribe:generate


Contribution:

If you have a patch or facing any issue, please consider contributing to this repository.
Report Issue