- Date Created: 03 APR 2023
- Last Modification Date: 03 APR 2023
- Deployed link of Netlify: https://furrycare.netlify.app/
- Render deployment Link(For backend): https://furrycareserver.onrender.com
- Gitlab URL: https://git.cs.dal.ca/ghodadara/CSCI-5193_TI_Group_4
- Github URL: https://github.com/jainilsevalia/Furry-care
- Dixit Ghodadara - (Frontend Developer)
- Jainil Sevalia - (Backend Developer)
- Jay Ramani - (Frontend Developer)
- Shani Kachhadiya - (Database Modeling)
- Shivam Patel - (Backend Developer)
- Shvet Anaghan - (Frontend Developer)
To run Project on your machine, You need to install git first. Below is the link that will guide you to install Git on your machine.
After Installing Git,
The first step is to clone the Group project repo in your machine using the below command. Run the below command at the destination in cmd where you want to clone the repository.
git clone https://git.cs.dal.ca/ghodadara/CSCI-5193_TI_Group_4
Next, Change the directory to the Frontend side of the project using:
cd .\CSCI-5193_TI_Group_4\frontend
Next step is, run the below command to instal all the packages and dependencies that is required to run the Project.
npm install
You are all set and now just run the Frontend side using following command.
npm run dev
Now, To run the Backend side of the Project, open the cmd with the path of the project's repo.
Next, Change the directory to the Backend side of the project using:
cd .\csci-5709_grp-12\backend
Next step is, run the below command to instal all the packages and dependencies that is required to run the Assignment.
npm install
You are all set and now just run the backend side using following command.
npm run dev
Both the server are now up and running.
To have a local copy of this lab / assingnment / project up and running on your local machine, you will first need to install the following software / libraries / plug-ins
- VS Code
- Node
- npm
- Express.js
- Postman
- nodemon
- mongoose
- MongoDB Atlas
- MongoDBCompass
- axios
- react
- react-dom
- react-router-dom
- web-vitals
- cors
- dotenv
- morgan