Skip to content

serenysoft/template-primevue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AdonisJS + PrimeVue Template

This repository is a full-stack template using AdonisJS for the server-side and PrimeVue for the client-side. The server includes features for user registration, account verification via email, password changes, and password recovery.

πŸš€ Features

  • Create Account: Users can register for a new account.
  • Verify Account: Send email confirmations to verify user accounts.
  • Change Password: Allow users to change their passwords securely.
  • Forgot Password: Provide users with a way to recover their passwords.

πŸ›  Installation

  1. Clone the repository:

    git clone https://github.com/serenysoft/template-primevue.git
    cd your-repo-folder
  2. Install server dependencies:

    cd server
    npm install
  3. Install client dependencies:

    cd client
    npm install
  4. Set up environment variables: Create a .env file in the server directory based on the .env.example file. Fill in the necessary environment variables.

  5. Run the application:

    // In the server directory
    npm run dev
    
    // In the client directory
    npm run dev

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

The full-stack template using AdonisJS and PrimeVue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published