Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.77 KB

The Nuum Factory Intranet

demo

Description

Here is a video demonstration of the site "The Nuum Factory Intranet"

Project Context:

Development of a platform to connect former graduates of The Nuum Factory school. This project was carried out with the help of a back-end developer (use of the Django REST framework). I was responsible for developing the front-end part with the VueJS framework and Vuetify as a component library.

The main features developed are as follows:

  • connection management (registration, account activation, password reset),
  • display and edit data (search for a student, modification of profile, creation / deletion / modification of professional experiences)

🛠 Project Setup

# install dependencies
$ npm install

# compile 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.

What I used