Skip to content

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

Notifications You must be signed in to change notification settings

Hardikag17/paws-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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