Zoo Management System for Zoo Melaka Organization
-
Fork the repository.
-
Clone the repository.
git clone <https://github.com/ChathushkaRodrigo/ZooMelaka-Management-System.git>
-
Move to the Frontend.
cd frontend
-
Intall the necessary npm packages of Frontend.
npm install
-
Move to the backend.
cd ..
and then,
cd backend
-
Intall the necessary npm packages of Backend.
npm install
-
Run the app in the development mode.
npm run dev
To view it in the browser, Open,
Open http://localhost:3000
The page will reload if you make edits and save.
-
Before Making any contribution fetch and Merge the repository
-
Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
-
Do Your Modifications.
-
Stage Changes and commit.
git add . git commit -m "<Commit message>"
-
Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
-
Make a Pull Request. See the guide for more details
-
Mongodb
-
Express js
-
React js
-
Node js
DB_URL =mongodb+srv://ZooDatabaseAdmin:melaka123@zoo-managment-system-cl.lbmt4.mongodb.net/ZooManagementSystem?retryWrites=true&w=majority