Giter VIP home page Giter VIP logo

justalk / portfolio Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 200.83 MB

A project for presenting my professional work to the world in a fancy single page application made with Vue.js, Express and MongoDB. The whole project is well documented on how I built everything.

Home Page: https://www.justalkevin.com

License: MIT License

HTML 1.58% JavaScript 69.80% Vue 7.14% Less 3.80% Dockerfile 0.01% Shell 0.38% CSS 3.96% EJS 13.32%
portfolio spa justalk

portfolio's Introduction

Alt text

Last version Travis Coverage Status Maintainability Status

A project for presenting my professional work to the world in a single page application. As a fullstack developer, I have coded both side of the application. The frontend has been made with Vue.js and the backend is made with Express and MongoDB. The entire project is compiled through Webpack.

The entire project follow the official convention for JS. It's checked everyime I compile the project by EsLint. Also, the project is checked by travis and the test of Ava for checking the continuity. Finally, the robustness of the project is assured by Coveralls who checked the coverage of the test.

Flowchart

Alt text

Database ERD

The database is centered around the articles/projects. It's the main purpose of this project :

Alt text

Development cycle

I am developing following an easy to understand cycle. This way I am sure to not destroy everything that has been done with a new functionnality :

Alt text

Installation

The easiest and fatest way to install this project is through docker-compose with this command :

npm run docker

If you do not have docker on your machine, you will need to have node and a mongodb on your machine, you can install all the dependencies of the project by running this command at the root of the project :

$ npm install

Seeding

I am using mongo-seeding for automatically populating the database with the right information. You can run it by using this command :

npm run seed

Build

For building the dev or build version

$ npm run dev
$ npm run build

Watching

For watching the project while developing

$ npm run watch
$ npm run watch-server

The project can be access at the port 8080 by default : http://localhost:8080/

Alt text

The documentation of the API (swagger) can be access at this url : http://localhost:8080/api/documentation/index.html

Alt text

Server

For running the server with the last build :

$ npm run server

License

MIT - Copyright © JUSTAL Kevin

portfolio's People

Contributors

justalk avatar

Stargazers

dabiq avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.