RexApp is a web application built using Nuxt 3, designed to provide users with essential functionality for user authentication, browsing automobile spare parts catalog, handling transactions, and more.
- User authentication and registration
- Profile management
- Node.js: Make sure you have Node.js installed. You can download it from https://nodejs.org/.
-
Clone the repository:
git clone https://github.com/joshytheprogrammer/rexapp.git cd rexapp
-
Install dependencies:
yarn install
-
Run the development server:
npm run dev
The application will be available at
http://localhost:3000
. -
Open your browser and navigate to
http://localhost:3000
to access the application.
To deploy the application to production, follow the deployment process for Nuxt 3. You can find more information in the Nuxt 3 documentation.
Contributions are welcome! Feel free to submit pull requests, report bugs, or suggest new features.
This project is licensed under the MIT License.
- Built with Nuxt 3: https://v3.nuxtjs.org/
- ... (Any other third-party libraries or tools you're using)