jwt-node-vue
Repositório responsável pelo primeiro projeto da série de vídeos: Coding Stuff.
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- node.js.yml
- dependabot.yml
- FUNDING.yml
- launch.json
- db.config.js
- mongooseConnection.config.js
- user.controller.js
- auth.js
- user.model.js
- index.js
- user.routes.js
- app.js
- .eslintrc.json
- .gitignore
- package-lock.json
- package.json
- server.js
- favicon.ico
- index.html
- logo.png
- Home.js
- HomeComponent.vue
- Login.js
- LoginComponent.vue
- Register.js
- RegisterComponent.vue
- index.js
- Api.js
- LoginService.js
- RegisterService.js
- Home.vue
- Login.vue
- Register.vue
- App.vue
- main.js
- .browserslistrc
- .editorconfig
- .eslintrc.js
- .gitignore
- babel.config.js
- package-lock.json
- package.json
- README.md
- .editorconfig
- LICENSE
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/glaucia86/jwt-node-vue
Downloads the entire project code from GitHub to your computer.
cd jwt-node-vue
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd backend
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
