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
###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
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
###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 V 1.0.3 |
4. | cd interns-portal\api move to node.js lambda directory |
5. | serverless deploy Deploy AWS Lambda function |
Step | Description |
---|---|
1. | Create Cognito user Pool |
2. | Add Cognito Userpool Appclient id,client id and region to _ file |
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) .