Skip to content

mohamadresaaa/vue-with-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA with Vue and Graphql

Project features (developing...)

  • sign up
  • sign in
  • two factor authenticate
  • forgot password
  • reset password
  • sign out
  • change password
  • todo(CRUD)
  • note(CRUD)
  • category(CRUD)

How run project

step 1: download project

git clone https://github.com/mohamadrezamosalli/hexzm.git

step 2: install packages

npm install 
    (OR)
npm i

step 3: create .env file and write it

# port server
PORT=example => 2000 

# server mode
MODE=example => dev 

# database url
MONGODB_DATABASE_URL=example => mongodb://localhost:27017/testGraphql

# mail service 
MAIL_HOST=example => host service
MAIL_PORT=example => port service
MAIL_AUTH_USERNAME=example =>username service
MAIL_AUTH_PASSWORD=example =>password service

step 4: run project

just run server

npm run server

just run client

npm run client

run client and server in development mode

npm run dev

Releases

No releases published

Packages

No packages published