Skip to content

AjithRock/House-Rental-Managemnet-System-API

Repository files navigation

House-Rental-Managemnet-System-API

A RESTful API For House Management System !!

Usage

  1. Fork the repo and then clone it or download it.

  2. First install all dependencies:

    # with npm
    npm install
    
    # or with yarn
    yarn
  3. Open PHPMyAdmin, create a DB & import db.sql file.

  4. Create a .env file and insert the following code. Replace values with yours !

    DB_HOST="Host"
    DB_USER="User"
    DB_PASS="Password"
    DB_DATABASE="Your DB"
    
    PORT = "Your Port"
  5. Start the server

    npm start [OR] yarn start
  6. Now run the app

    localhost:[PORT] (PORT=defined in .env)
    

About

A RESTful API For House Management System !!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published