OCA_Backend/api/readme

18 lines
528 B
Plaintext
Raw Normal View History

2022-01-22 13:36:44 +00:00
// 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
------------------------------