Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amdad121/task-management
https://github.com/amdad121/task-management
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdad121/task-management
- Owner: amdad121
- Created: 2023-07-20T14:51:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:14:27.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:31:38.276Z (2 months ago)
- Language: Vue
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-management
This is cookie bases Task Management system. so, you need to server run with same ip address.
# Vue project
Fist clone the project
```sh
git clone https://github.com/amdad121/task-management.git
```then go to project directory
```sh
cd task-management
```and run
```sh
npm install
```Vue project you need to copy .env.example to .env
```sh
cp .env.example .env
```and then
```sh
npm run dev
```both are same time running.
now you can check everything.