ChathushkaRodrigo / ZooMelaka-Management-System

Zoo Management System for Zoo Melaka Organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZooMelaka-Management-System

Screenshot 2021-08-21 at 17 18 48

Zoo Management System for Zoo Melaka Organization

Getting Started :

  1. Fork the repository.

  2. Clone the repository.

    
    git clone <https://github.com/ChathushkaRodrigo/ZooMelaka-Management-System.git>
    
    
  3. Move to the Frontend.

    
        cd frontend
    
    
  4. Intall the necessary npm packages of Frontend.

    
        npm install
    
    
  5. Move to the backend.

    
        cd ..
    
    

    and then,

    
        cd backend
    
    
  6. Intall the necessary npm packages of Backend.

    
        npm install
    
    
  7. 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.

Contributing Changes

  1. Before Making any contribution fetch and Merge the repository

  2. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link

    Link

    
        git checkout -b feature/<BRANCH_NAME>
    
    
  3. Do Your Modifications.

  4. Stage Changes and commit.

    
        git add .
    
        git commit -m "<Commit message>"
    
    
  5. Push Changes

    
        git push --set-upstream origin feature/<BRANCH_NAME>
    
    
  6. Make a Pull Request. See the guide for more details

    Link

Technologies :

  • 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

About

Zoo Management System for Zoo Melaka Organization


Languages

Language:JavaScript 63.7%Language:CSS 12.1%Language:SCSS 11.8%Language:Less 11.7%Language:HTML 0.7%