Skip to content

CRUD-Adonis-Nuxt-Front it's a fronted prototype website made to create a easy and simple "Shop" with some feature which allow you to add product, or buy others. This project use my CRUD-Adonis-Nuxt-Server : https://github.com/Hakamate/CRUD-Adonis-Nuxt-Server

Notifications You must be signed in to change notification settings

Hakamate/CRUD-Adonis-Nuxt-Front

Repository files navigation

CRUD-Adonis-Nuxt-Front

WebSite Screen

CRUD-Adonis-Nuxt-Front it's a fronted prototype website made to create a easy and simple "Shop" with some feature which allow you to add product, or buy others. This project use my CRUD-Adonis-Nuxt-Server.

Features

Products Features

Feature Coded Description
Add Product Add a Product on DataBase
List Products Listing all Products
Edit Product Editing a Product to change values
Delete Product Removing a Product from Database

User Features

Feature Coded Description
Login Allow User to be connected
Logout Allow User to be disconnected
Register Allow Guest to create an Account
Rules Allow specific actions for specific Users

Technologies

  • NuxtJS (Vuejs Framework --> Frontend)
  • Vuetify (CSS Framework --> Style)
  • AdonisJS (NodeJS Framework --> Backend )
  • PostgreSQL (SGBDR)

How to build setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Do not forget to rename .env.example into .env

About

CRUD-Adonis-Nuxt-Front it's a fronted prototype website made to create a easy and simple "Shop" with some feature which allow you to add product, or buy others. This project use my CRUD-Adonis-Nuxt-Server : https://github.com/Hakamate/CRUD-Adonis-Nuxt-Server

Resources

Stars

Watchers

Forks