Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 555 Bytes

File metadata and controls

39 lines (27 loc) · 555 Bytes

Boilerplate

Includes: Frontend

  • Nuxt 3
  • Vuetify 3
  • Typescript
  • Pinia
  • JWT Authenication
  • User roles route protection

Backend

  • Express
  • Typescript
  • Jest
  • JWT Authenication
  • Mongoose
  • Validation
  • Factory CRUD Controller with example of how to use with NotesController
  • User roles route protection
  • Error Handling

To Start:

API

Copy env.development.local.example to .env.development.local

Frontend

Copy env.example to .env

Main

Run docker-compose up -d

Create an account under the Login -> Register tab.