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

https://github.com/hardikag17/paws-angular

Paws Adoption is a animal help & adoption community platform for animal lovers
https://github.com/hardikag17/paws-angular

angular15 aws-s3 bootstrap jest mongoose multer nodejs nodemailer typescript

Last synced: 3 months ago
JSON representation

Paws Adoption is a animal help & adoption community platform for animal lovers

Awesome Lists containing this project

README

          

# Paws Adoption

Screenshot 2023-05-12 at 5 27 24 PM

Paws Adoption is a animal help and adoption community platform for animal lovers

## Setting up the environment

## Requirements
- node^18
- Angular^15

#### If you are not using node version 18 use nvm to change the node version
`nvm use latest`

## Backend
make a `.env` file in the `backend` root with the following fields

`DB_URL`

`AWS_KEY`

`AWS_SECRET`

`AWS_S3_REGION`

`PAWS_EMAIL`

`PAWS_PASSWORD`

`JWT_SECRET`

- Run

`npm i`

## Frontend

`npm i`

`ng serve`

run `http://localhost:4200/` on browser