Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.83 KB

File metadata and controls

60 lines (51 loc) · 1.83 KB
Logo

kimporte

kimporte is a web application to create and share articles.

Report a bug

Table of contents
  1. About
  2. Getting Started
  3. Contact

About

This project was made during my professional degree. The goal was to know how to use Vue.js, Node.js as well as JSON Web Tokens. The application communicates with a simple API made with restdb.io where all the data reside.

Built with

Nodejs
Vuejs

Getting started

Installation (for Windows)

  1. Clone the project
  2. Download and install Yarn (https://classic.yarnpkg.com/lang/en/docs/install)
  3. Go inside the project
  4. Run yarn install
  5. Run yarn serve
  6. Run yarn encore dev
  7. Ask me for access to the API :)

Contact

Axel IGHIR - axel.ighir@outlook.fr
Project link: kimporte

Back to top