Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielsafari143/bark


https://github.com/danielsafari143/bark

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        





User Tasks


# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ›΅\[Booking Vespa API\] ](#about-project)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸš€ Live Demo](#Live-Demo)
- [🧾 Database Structure](#erd)
- [πŸ“„\[Project Documentation\] ](#project-documentation)
- [βœ’ Kanban Board](#kanban-board)
- [πŸ›  Built With ](#built-with)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Front end](#front-end)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [Back end](#back-end)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors / Team members ](#authors)
- [πŸ”­ Future Features ](#future-features)
- [🀝 Contributing ](#contributing)
- [⭐️ Show your support ](#️support)
- [πŸ™ Acknowledgments ](#acknowledgements)
- [πŸ“ License ](#license)

# User Tasks

Tasks

## πŸ›  Built With

### Tech Stack

Server


Database


### Key Features

_**Login or register user:**_

- _Create an account by providing a valid username and password._
- _Once your account is created, you'll be automatically logged in and can access all of the app's features._

_**Tasks**:_

- _Once you're logged in, you can browse through a list of all available tasks._
- _Get the details of a specific tasks by clicking on it.

_**Add/Delete:**_

- _Detele a user account with all his(her) related tasks
- _Delete tasks

(back to top)

## πŸš€ Live Demo

To see this project's live demo, please click [here]().

## 🧾 Database Structure:

#### Motorcycle Rentals Front End

> _Not available yet.

#### Motorcycle Rentals Back End

> _Our backend code is built using C# , asp.net and Postgres database.

Schema diagram

## πŸ“„ Project Documentation

_Here you can find a detailed documentation for the API used in the project, including endpoints, request/response formats, and authentication methods. Developers can use this documentation to integrate our service into their applications and build custom integrations._

- Back-end API [link](https://github.com/danielsafari143/bark.git) πŸ‘ˆ

(back to top)

## πŸ’» Getting Started

_To get a local copy up and running follow these simple steps._

### Prerequisites

_In order to run this project you need:_

- Mac or PC
- Install .net

### Setup

- _Clone this repository to your desired folder: https://github.com/danielsafari143/bark.git_

```sh
git clone
```

- _Navigate into the cloned folder_

```sh
cd bark

```

### Install

Install the project dependencies with:

```
nuget install
```

### Usage

To run the project, execute the following command:

```
dotnet user-secrets set "UserTasks:ConnectionString"
"Server=;Port=Database=;Username=;Password="

dotnet ef database update
dotnet watch
```

### Run tests

To run the tests, run the following command:

```
dotnet test
```

### Deployment

You can deploy this project using:

```
dotnet build
```

(back to top)

## πŸ‘₯ Authors / Team members

πŸ‘€ **Daniel Safari**

- GitHub: [Daniel Safari](https://github.com/danielsafari143)
- Twitter: [Daniel Safari](https://twitter.com/DanielSafari143)
- LinkedIn: [Daniel Safari](https://www.linkedin.com/in/safari-daniel-a01744251/)

(back to top)

## πŸš€ Future Features

- _Build the frontend part._

(back to top)

## 🀝 Contributing

_Contributions, issues, and feature requests are welcome!_

_Feel free to check the [issues page](https://github.com/danielsafari143/bark/issues)._

(back to top)

## Show your support

_If you like this project, please give it a ⭐️ !_

## Acknowledgments

## πŸ“ License

_This project is [MIT](./LICENSE) licensed._

(back to top)