/WildAid

Primary LanguageTypeScript

WildAid

A Website to provide a way for information to reach people quickly regarding Animal's health care!

live link - https://wildaid.netlify.app/ Replit link - https://replit.com/@tapeshvashisth/WildAid

NOTE

Currently, server is hosted on free tier of @render.com and that's why, it can take a while to first load.

Project Contributors

Tech Stack

Client: React, Redux, Typescript

Server: Node, Express

Database: MongoDB

Platform: Replit

Run Locally

Note - To run the Project locally, go to the /client/src/api/axios.ts and change the baseurl to "http://localhost:5500/api"

Clone the project

  git clone https://github.com/Tapesh-Vashisth/WildAid.git

Go to the project directory

  cd WildAid

Install dependencies

  npm install

Start the client

  npm start

Start the server

  npm run dev