Coder Social home page Coder Social logo

metaspartan / workonblockchain.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theblockstalk/workonblockchain.com

0.0 0.0 0.0 154.22 MB

License: MIT License

CSS 1.91% HTML 29.44% TypeScript 40.37% JavaScript 28.19% SCSS 0.06% Shell 0.04%

workonblockchain.com's Introduction

workonblockchain.com

This MEAN stack application runs a candidate-based recruitment platform. Companies apply to candidates based on their profiles (same model as hired.com).

Please see following article for more information, architecture diagram and dev processes: https://medium.com/work-on-blockchain/recruitment-platform-workonblockchain-com-an-open-source-final-gift-da7594b45e8d

Angularjs front-end client:

  • Angular application
  • Custom component library
  • Hotjar and Google Analytics
  • Google and Linkedin oAuth 2.0
  • Linkedin pdf import and parse
  • Server Side Rendering of Angular application
  • Custom administration and CMR panel

Nodejs back-end server:

  • RESTful Express API
  • Mongoose endpoint validations and Mongoose for database control
  • JSON web token authorization
  • Mongodb database migration examples
  • Database sanitization, CORS and other security features
  • Error handling, authorization and other middleware
  • Mocha unit test suite
  • Amplitude API analytics
  • Logger to AWS Cloudwatch and file storage using AWS S3
  • Email service using Sendgrid API
  • Cron service for email reminders and synchronization with Sendgrid and Zoho contacts

Scripts:

  • Multi-branch, multi-stage and parallelized CI/CD using Bitbucket pipelines
  • Continuous Integration running mocha unit tests
  • Continuous Deployment to to AWS Elastic Beanstalk and AWS Lambda

Acknowledgements

WOB team

Mwan Mobile development agency team

Prerequisits

Tested on Ubuntu 18.04

Run the back-end server

First start MongoDB

mongod

Then run the back end

cd server
npm install
npm start

Back-end API is running on localhost:4000

Run the front-end client

cd client
npm install
npm start

Front-end is running on localhost:4200

Run the front-end client with server side rendering

npm run-script build:ssr:local
npm run-script serve:ssr

Front-end is running on localhost:8080

Initialize

  1. Sign up a new candidate or company user with email
  2. Run migration
cd server
export MONGO_CONNECTION_STRING="mongodb://localhost:27017/wob"
node migrations/migrate.js init.js up

workonblockchain.com's People

Contributors

theblockstalk avatar umarabbas75 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.