Skip to content

so630/petazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Petazon 👋

A Web App that redefines your life as a pet owner, helping you in simplifying your daily life with your pets.

Features

  • Marketplace
  • Dog Trainer(Emotion and Posture detection of Dogs)
  • Sick Dog Detector (Skin Diseases)
  • Pet To-do Planner
  • Dashboard

Tech Stack

Client: Angular, TailwindCSS

Server: NodeJS, Express, MongoDB

ML: Tensorflow, TypeScript

Prerequisites

Make sure you install npm by installing Node.js here

You also need to install the angular cli by running

npm install -g @angular/cli

Run Locally

Clone the project

git clone https://github.com/so630/petazon.git

now cd into the project

cd petazon

Install dependencies

npm install

Start the angular cli server

ng serve

now open another terminal tab, or another terminal window
cd into the user server directory by typing

cd petazon-server

now install dependancies by typing:

npm install

and then running

node index.js

now open another terminal tab, or another terminal window
now go cd into the second server by typing (make sure you are in the root of the project folder before typing this)

cd petazon-server/business-server

now install dependancies by typing:

npm install

and then run the server by typing

node business.js

now head on over to http://localhost:4200/ and check out our website!

Authors

👤 Sabad Modi

👤 Soham Chakraborty

Screenshots

Tech Used

CSS3 JavaScript HTML5 Markdown Python TypeScript Angular Angular.js Flask NodeJS NPM MongoDB Keras TensorFlow Postman

Show your support

Give a ⭐️ if this project helped you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors