Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amdad121/task-management


https://github.com/amdad121/task-management

Last synced: 6 days ago
JSON representation

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.