A RESTful API For House Management System !!
-
Fork the repo and then clone it or download it.
-
First install all dependencies:
# with npm npm install # or with yarn yarn
-
Open PHPMyAdmin, create a DB & import
db.sqlfile. -
Create a
.envfile 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"
-
Start the server
npm start [OR] yarn start
-
Now run the app
localhost:[PORT] (PORT=defined in .env)