Skip to content

It improved version of old and really helpful project to show my current cv files in one link. It all ways be up to date, It a small project but if you look it to the code, you will see strong website base .

Notifications You must be signed in to change notification settings

morbargig/MB-CV

Repository files navigation

web site for your Resume, so you can allway send the some CV link and your CV allways be up to date, and you can update them every time from the internet in easy way.

Demo CountPages alpha

you want to use this website ? you welcome, run this command git clone https://github.com/morbargig/MB-CV.git

go inside the project folder cd MB-CV

to install all the libraries, run npm install

go to src/api/config/firebase.js

import firebase from 'firebase'
const firebaseConfig = {
    apiKey: "???",
    authDomain: "???",
    databaseURL: "???",
    projectId: "???",
    storageBucket: "???",
    messagingSenderId: "???",
    appId: "???"
  };

class FirebaseApi {
  constructor() {
    this.firebase = firebase
    this.firebase.initializeApp(firebaseConfig);
    this.username = "???"
  }
  ...

you need to use your own firebase configuration and change the username in the FirebaseApi api constructor!

or either use node.js exprees with local or remote mongoDB database and run it with npm run startServer

to start the project localy you will need to run npm start

to deploy it to heroku you will need to conect to your heroku project and run npm run herokuPush

to deploy it to github-pages you will need to set your own repository and run npm run deploy **(it don't going to work with the node.js express server and the mongoDB database, just with firebase configuration)

don't forget to send your CV :)

About

It improved version of old and really helpful project to show my current cv files in one link. It all ways be up to date, It a small project but if you look it to the code, you will see strong website base .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published