Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsafari143/bark
https://github.com/danielsafari143/bark
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsafari143/bark
- Owner: danielsafari143
- Created: 2024-01-19T14:23:36.000Z (10 months ago)
- Default Branch: authentification
- Last Pushed: 2024-02-07T21:56:59.000Z (10 months ago)
- Last Synced: 2024-04-23T02:51:54.971Z (7 months ago)
- Language: C#
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)Tasks
Server
Database
_**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
To see this project's live demo, please click [here]().
#### Motorcycle Rentals Front End
> _Not available yet.
#### Motorcycle Rentals Back End
> _Our backend code is built using C# , asp.net and Postgres database.
_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) π
_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
```
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
```
## π₯ 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/)
- _Build the frontend part._
_Contributions, issues, and feature requests are welcome!_
_Feel free to check the [issues page](https://github.com/danielsafari143/bark/issues)._
_If you like this project, please give it a βοΈ !_
_This project is [MIT](./LICENSE) licensed._