Proyecto de diseño de software
- npm install express
- npm install -g nodemon
- npm install dotenv
- npm install mongoose
- npm install bcrypt
- npm install -g create-react-app
- npm install react-router-dom@latest
- npm install react-datepicker --save
- npm audit fix --force
En el backend ingresar:
- npm star: Ejecuta el servidor
- npm run dev: Ejecuta el servidor y actualiza automaticamente el servidor si hay cambios en los archivos
En el frontend ingresar:
- npm start: Ejecuta el servidor y automaticamente le abre la pagina inicial