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
- Host: GitHub
- URL: https://github.com/hardikag17/paws-angular
- Owner: Hardikag17
- Created: 2023-04-12T18:25:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T14:39:48.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T09:41:32.258Z (about 1 year ago)
- Topics: angular15, aws-s3, bootstrap, jest, mongoose, multer, nodejs, nodemailer, typescript
- Language: HTML
- Homepage: https://paws4adoption.netlify.app
- Size: 16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paws Adoption

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