Skip to content

This is a web portal that visualize working period and feedback for interns

License

Notifications You must be signed in to change notification settings

am-firnas/interns-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interns-portal

Join the chat serverless

Introduction

Intern management portal frontend was developed using AngularJs and Backend was developed using aws services and serverless framework.

This is a web portal that visualize working period and feedback for interns

Architechture

###Directory structure:

├── api
│   ├── tasks
│   ├── users
|   |   
|   ├── serverless.yml
|   ├── serverless.env.yml
|   
|── web
|  |── src
|  |  |── app
|  |  |── assert
|  |  |── sass
|  |── docs
|  |── gulp

api - consists with the serverless code for aws lambda functions

web - consists with the client side of the application which was developed using angularJS

###System Architecture

Alt text

Used Technologies

1. Angularjs (Frontend)

2. Node.js (Backend)

3. AWS Lambda ( node.js 2.7)

4. AWS DynamoDB (Dababase)

5. AWS Cognito User Pool

6. Serverless Framework

Setup Development Environment in Local Machine

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

Step Command Description
1. git clone https://github.com/99xt/interns-portal.git clone intern-portal project
2. cd interns-portal\web move to angular client directory
3. npm install install npm packages
4. gulp serve run gulp server in local host

Now application is working on your local machine (http://localhost:3000)

###2. AWS Lambda Function ( Backend )

Step Description
1. install AWS CLI in your local machine
2. [configure AWS CLI ] (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)
3. Install serveless V1
4. cd interns-portal\api move to node.js lambda directory
5. serverless deploy Deploy AWS Lambda function

3. Create and Configure Cognito UserPool

Step Description
1. Create Cognito user Pool
2. Add Cognito Userpool Appclient id,client id and region to _ file

Contributing

We love our contributors! Please read our README file to learn how you can start project for development and use [gitter chat] (https://gitter.im/99xt/interns-portal) .

About

This is a web portal that visualize working period and feedback for interns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 46.0%
  • CSS 28.4%
  • HTML 25.3%
  • CoffeeScript 0.3%