vic3king / kudy-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kudy is an investment platfoim 🙂

Features

** coming soon

Link to live app

coming soon

Requirements and Installation

Via Cloning The Repository

# Clone the app
git clone https://github.com/vic3king/kudy-frontend

# Switch to directory
cd kudy-frontend
# Run with docker
# To run with docker create and setup a .env file according to .env.example file and run the following command

docker compose up

Finally visit [http://localhost:8080/register](http://localhost:8080/register) to register a new user

OR

Finally visit [http://localhost:8080/login](http://localhost:8080/login) and login with admin details
# Run without docker
# To run without docker create and setup a .env file according to .env.example file and run the following commands

npm i
npm run serve

Finally visit [http://localhost:8080/register](http://localhost:8080/register) to register a new user

OR

Finally visit [http://localhost:8080/login](http://localhost:8080/login) and login with admin details

Testing

Coming soon

Technologies

  • Vue frontend:
    • Generated with Vue CLI.
    • JWT Authentication handling.
    • Vuex.
    • Vue-router.
    • Vuetify for beautiful material design components.
    • TypeScript.
    • Docker server based on Nginx (configured to play nicely with Vue-router).

Linter(s)

Coming soon

Style Guide

Coming soon

Authors

  • Akaniru victory - Initial work - Vic3king

About


Languages

Language:Vue 60.4%Language:TypeScript 37.3%Language:JavaScript 1.1%Language:HTML 0.9%Language:Dockerfile 0.4%