Skip to content

The Koorst project is website created for the purpose of showing my skills, qualifications and projects.

Notifications You must be signed in to change notification settings

KaikSelhorst/Koorst

Repository files navigation

Koorst

Description

The Koorst project is website created for the purpose of showing my skills, qualifications and projects.

Prerequisites

Step by step instructions on how to use the application

# install the necessary depencias of the project
$ npm install

# project startup variations

# starts as a mode of development
$ npm run serve

# This startup is typically used when
# sending the final files to the server
# if you use vercel, this command is not
# necessary
$ npm run build

# if you wanted to use an external link
#  configuration file use this command
$ npm run lint

Tools

Tool Documentation
KoorstAPI Private API
Vue.js Version 2
Vue Router Version 3

KoorstAPI

As KoorstAPI is a private Koorst API so it can only be used by Koorst but for experiences it is open, it has some endepoints:

# Base URL = https://koorst-api.vercel.app/api/

# There are a total of 4 endpoints

# home
# sobre
# projetos
# contato

# then for your use build the following URL

# baseURL/${endpoint}

# to see this worked melho go in the
# mixins mixins.js

If you want to create an API similar to this I recommend the channel video Scott Spence.

Warning

The use of the Koorst API for other projects is totally prohibited

License

Selhorst © 2023 // Some reserved rights.

Contact

Contact by my social networks that are in my README

Kaik Selhorst Picture (Fox)

About

The Koorst project is website created for the purpose of showing my skills, qualifications and projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published