VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Full Stack Web App using Vue.js & Express.js: Part 1 - Intro

Full Stack Web App using Vue.js & Express.js: Part 1 - Intro

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Welcome to part 1 of a new series where I will create a full stack web application using Vue.js and Express.js -Video created by Cody Seibert. https://www.youtube.com/channel/UCsrVDPJBYeXItETFHG0qzyw 00:00 Project description 6:35 Git Setup 17:47 Backend setup 36:40 Register page setup GitHub repo: https://github.com/codyseibert/tab-tracker Follow Cody on
Date: 2022-03-14

Comments and reviews: 10


in windows, when creating server, my package.json like
--
-name-: -server-,-
-version-: -1.0.0-,-
-description-: --,-
-scripts-: --
-start-: -node node_modules/nodemon/bin/nodemon.js src/app.js --exec-,-
-lint-: -node node_modules/.bin/eslint --.-.js-,-
-test-: -echo \-Error: no test specified\- && exit 1--
-,-
-keywords-: [],-
-author-: --,-
-license-: -ISC-,-
-dependencies-: --
-body-parser-: --1.19.0-,-
-cors-: --2.8.5-,-
-eslint-: --6.8.0-,-
-express-: --4.17.1-,-
-morgan-: --1.10.0-,-
-nodemon-: --2.0.2--
--
-

reply

Thank you, Cody (I suppose) for an impressive effort in this entire series of films. Real-time programming/execution with constructive and clear explanations and examples. Most educational sources are rewarding solely depending on how much you want/are willing to learn.
Those who did not like the movie/series would simply continue to watch cute kittens, sell cars, insurance, or whatever they are really doing ...

reply

Just found this tutorial and wondering if anyone has completed it recently? I want to learn more about connecting Vue & Node to SQL databases but I'm hesitant to start it because of the many issues related to changes in sqlite & sequelize. Have you guys been able to solve these issues? I'm pretty comfortable with Vue and Vuetify so not worried about changes from that end.
reply

Ok so everything works fine for me until the first post request. Before that, I was able to see the status message. After implementing post, it stops working entirely even when I comment all the registration/post code out. I-ve rewatched the process at least 6 different times and I do not seem to be doing anything wrong. Someone pls help
reply

if ESLINT is annoying you and telling you that process does not exist, you need to open the eslintrc.js file and find the globals object. then add process like this:
-globals-: -
-Atomics-: -readonly-,
-SharedArrayBuffer-: -readonly-,
-process-: -writable-
-,

reply

many thanks for this detailed tutorial. Been looking for a tutorial for a long time, which explains how to do this with authentication :-) I will have a look at the rest of the tutorials, and am already looking forward to the first results.
reply

Thank you for this. For anyone else who comes across this. I ran into a little issue where I got the error message -error 'require' is not defined no-undef-, I found that this was because I did not choose CommonJS when intialising eslint.
reply

So, at 25:47 in the video, i have an exit code problem. The app starts up fine, shows output but when i do -c, it gives an error saying exit status 130. I dont know how to make it exit smoothly as well. Any help on this,please?
reply

What is your app is about please tell me the concept this web app i wanna take it as my Monograph topic first I wanna evaluate vuejs and Expressjs and make this project as my result for my topic
reply

hi
the vue-cli is deprecated now and i am new to this whole ecosystem of vuejs expressjs , git n all
a little help with the cli and git with latest version will be really helpful

reply
Add a review, comment






Other channel videos