Skip to content

chamathsilva/CV-APP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Manager - Applicant Tracking System

Getting started

Clone project:

$ git clone https://github.com/UCSC-LK/CV-APP

Architechture

###Directory structure:

├── api
│   ├── controllers
│   ├── app
|  
|   
|── client
|  |── src
|  |  |── app
|  |  |── assert
|  |  |── sass
|  |── docs
|

Setup Development Environment in Local Machine

###1 Angular Client (Frontend) To begin run the following commands in your terminal:

Install dependencies:

$ cd client
$ npm install

Install gem 'sass'

$ gem install sass

Run development web-server:

$ gulp serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • CSS 39.7%
  • HTML 14.6%