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.