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

https://github.com/coderdotjs/l2-per-server


https://github.com/coderdotjs/l2-per-server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pet Adoption

Welcome to **Per Adoption**, a web application designed to help users find pets to adopt. Our mission is to reconnect people with their belonved pets through a simple and effective platform.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)

## Installation

To set up the project locally, follow these steps:

1. **Clone the repository**:

```bash
https://github.com/CoderDotJs/l2-per-server.git
```

2. **Navigate to the project directory**:

```bash
cd l2-per-server
```

3. **Install dependencies**:

```bash
npm install
```

4. **Set up environment variables**:
Create a `.env` file in the root directory and add the necessary environment variables. For example:

```plaintext
NEXT_PUBLIC_BACKEND_API_URL = Your Backend URL
```

5. **Run the application**:
```bash
npm run dev
```

## Usage

Once the application is up and running, open your browser and navigate to `http://localhost:3000` to start using the Lost and Found platform.

### Adopt

1. Sign up or log in to your account.
2. Navigate to the "Pets" section.
3. Fill out the form to adopt

### Searching for Pet

1. Use the search bar on all pets.
2. Apply filters category and search results .

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

For any inquiries or support, please contact us at [support@akash.com](mailto:support@akash.com)

---