Skip to content

Naicah/go-rest-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go REST users

Basic Vue app featuring use of API https://gorest.co.in/

Features:

  • Get a list of 20 latest users
  • Get user details (by user ID)
  • Create a new user
  • Update user details
  • Delete user

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.