OCA_Backend/api
2022-02-02 10:18:55 +05:30
..
config service,offer 2022-01-22 19:06:44 +05:30
migrations service,offer 2022-01-22 19:06:44 +05:30
models service,offer 2022-01-22 19:06:44 +05:30
node_modules service,offer 2022-01-22 19:06:44 +05:30
routes aa 2022-02-02 10:18:55 +05:30
.env service,offer 2022-01-22 19:06:44 +05:30
index.js service,offer 2022-01-22 19:06:44 +05:30
package-lock.json service,offer 2022-01-22 19:06:44 +05:30
package.json service,offer 2022-01-22 19:06:44 +05:30
readme service,offer 2022-01-22 19:06:44 +05:30

// INSTALLLATION
=>  Initiate NPM
=>  Install express for local PORT
=>  Install nodemon to run our application
=>  install body-parser in order to get access to the post data,
    which allows express to read the body and then parse that into a Json object that we can understand

=>  Install MySQL2
=>  Install sequelize cli and init sequelize
=>  Include .env file
=>  Install dotenv and import in index
=>  Install multer for image upload

------------------------------
            API LIST
------------------------------