teste 123
mkdir backend
cd backend
npm init
npm i -g [email protected] && npm i --save [email protected] && npm i --save [email protected] && npm i --save [email protected]
npm install swagger-autogen and swagger-ui-express
npm install morgan
npm install cors
rm -rf node_modules
npm update
npm run swagger-autogen
npm start
npx create-react-app frontend
rm -rf node_modules
npm update
npm start