generated from BuildForSDG/js-starter
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.properties
111 lines (91 loc) · 2.44 KB
/
app.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# =========================================================================
# this is a simple properties file
# meant to curate important meta data
# about what a team is building
#
# each entry should have a single value
# or a list of comma separated values
#
# this file can be filled incrementally
# since fields like app.urls (links to the deployed solutions)
# might not have been created right now, so you can leave ot blank.
#
# the file should be at the rook of a repo
# =========================================================================
# about the product
# =================
# name of the product
name: eazySME
# what SDG goal(s) does the product solve
sdgs: Goal 9:INDUSTRY, INNOVATION AND INFRASTRUCTURE
# name (not link) of repo
repos:BuildForSDG/Team-028-Product
# URL(s) to the deplyed
# app for the solution
# e.g frontend UI app pr backend API
app.urls:
# URL(s) to the Codacy
# dashbaord for this repo
# e.g https://app.codacy.com/gh/BuildForSDG/farmify-frontend/dashboard
codacy.urls: https://app.codacy.com/gh/BuildForSDG/Team-028/dashboard
# YES if the solution
# is solving for COVID-19
# otherwise, NO
app.forCOVID19: NO
# what industries
# does this solution
# or its problem statement fall
# under, e.g Agriculture
# pick from this list : https://www.opensecrets.org/industries/alphalist.php
app.industries: Finance / Credit Companies
# about the codebase
# ==================
# what are the major
# coding languages used
# to create the solution
code.languages:
JavaScript,
SQL
# what are the major
# frameworks and libraries
# used to create the solution
code.frameworks: REACT.js,
React-Bootstrap,
Redux,
Sequelize,
Expressjs,
body-parser,
mysql2,
bcryptjs,
jsonwebtoken,
cors
# what Facebook open source framework
# library, tool, or platform API
# is the codebase using
code.opensource.facebook: REACTjs, Jest
# If the team created something
# as a by-product of building the
# product, and that something is now
# open shource, pls list them
code.opensource.contributions:
# about the team
# ==============
# name of the team
team.name:Team-028
# github username
# of the team's TTL(s)
team.ttls:emydame
# github username
# of the team's mentor(s)
team.mentors:sadranyi
# name of the team's
# Slak channel in the
# BuildforSDG Slack
# workspace
team.slackchannel:team-028
# == DO NOT EDIT ==
# about the program
# =================
program.cohort:1
program.name:BuildforSDG
program.community:https://github.com/BuildForSDG