Skip to content

xdrkush/arch-vue3-node-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-vue3-node-es6

Architecture de base avec Quasar V2 (vue 3) et node js (express) en ES6

Pré-requis

Install & run

Database: (first terminal):

sudo mongod

Front: (second terminal):

nvm i 14
cd ./front
yarn && quasar dev

Back (third terminal):

nvm i 14
cd ./back
yarn && yarn w:dev

then go to:

Front:

http://localhost:8080

Back:

http://localhost:8000

Or you can use Docker

Run All (build global in progress)

docker-compose up --build --remove-orphans

Go to

http://localhost

/auth/login user: user password: user$

info dans: ./back/src/config/script_db.js

Clear disk image docker

docker rm $(docker ps -a -q)

Utils

Connect Robo3t for docker DB:

  • Create Connexion
  • Name: Choose Name / Address: localhost / Port: 27017
  • Authentication: checked Perform autentication
  • Database: admin / User Name: root / Password: 123456 / Auth mechanism: SCRAM-SHA1
  • You can test the connexion at the bottom left

Enjoy'

About

architecture de base avec Quasar V2 (vue 3) et node js (express) en ES6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published