Skip to content
/ scaffold Public template

Base project with SPA frontend and API backend with Grahql.

Notifications You must be signed in to change notification settings

draculjs/scaffold

Repository files navigation

Dracul Scaffold

Base project with SPA frontend and API backend with Grahql.

This scaffold depends on dracul framework modules

  • Monorepo: Frontend + API Graphql
  • Docker ready
  • Stateless

FRONTEND - SPA

Tecnolgies

  • HTML, CSS, Javascript
  • Vue, Vuex, Vuetify, VueI18n
  • GraphqQL with Apollo Client
  • JWT Auth

Backend - API

Tecnolgies

  • Javascript / Node
  • GraphqQL with Apollo Server
  • Mongo with Mongoose
  • JWT Auth
  • Emails with Nodemailer
  • Logs with Winston

Installation and Run

  • In /apps/frontend and /apps/backend and execute:
    $ npm install
  • Create .env file Backend (exist an .env.example)
  • Run project:
    • Frontend:
    $ npm run front
    • Backend:
    $ npm run back

About

Base project with SPA frontend and API backend with Grahql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published