https://github.com/coderdotjs/l2-per-server
https://github.com/coderdotjs/l2-per-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdotjs/l2-per-server
- Owner: CoderDotJs
- Created: 2024-06-05T15:10:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:56:40.000Z (over 1 year ago)
- Last Synced: 2025-02-05T04:32:39.434Z (about 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)
---