-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.properties
More file actions
107 lines (87 loc) · 2.82 KB
/
app.properties
File metadata and controls
107 lines (87 loc) · 2.82 KB
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
# =========================================================================
# 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 that
# entry blank till the value is available
#
# the file should be at the root of a repo and should be in all repos
# =========================================================================
# about the product
# =================
# name of the product
name: Coffee Port
# what SDG goal(s) does
# the product solve. this
# should be the SDG goal number
sdgs: 1, 8
# name (not link) of repo
repos: coffee-port-server
# URL(s) to the deplyed
# app for the solution
# e.g frontend UI app pr backend API
app.urls: https://coffee-port-server.herokuapp.com/
# URL to the Codacy
# dashbaord for this repo
# e.g https://app.codacy.com/gh/BuildForSDG/farmify-frontend/dashboard
codacy.url: https://app.codacy.com/gh/BuildForSDGCohort2/coffee-port-server/dashboard
# Generate a project token for this repo
# in the Codacy dashboard, and put it here
# See: https://support.codacy.com/hc/en-us/articles/207994675-Project-API
codacy.project.token: 573bbf94dca3421f972973a873da1dd2
# 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:Agricultural Services & Products, Farming, Import and Export
# about the codebase
# ==================
# what are the major
# coding languages used
# to create the solution
code.languages: JavaScript
# what are the major
# frameworks and libraries
# used to create the solution
code.frameworks:graphql, graphql-resolvers, jsonwebtoken, prettier, apollo-server, mongoose, bcrypt, dotenv, @sendgrid/mail
# what Facebook open source framework
# library, tool, or platform API
# is the codebase using
code.opensource.facebook: GraphQL , REACTJS
# 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:AbyssiniaSaysITSMYDAM
# github username
# of the team's TTL(s)
team.ttls:benyam7
# github username
# of the team's mentor(s)
team.mentors: udoyen
# name of the team's
# Slack channel in the
# BuildforSDG Slack
# workspace
team.slackchannel:team-abyssiniasaysitsmydam
# == DO NOT EDIT ==
# about the program
# =================
program.cohort:2
program.name:BuildforSDG
program.community:https://github.com/BuildForSDG