Skip to content

Commit 2bc8e64

Browse files
committed
GREAT SUCCESS
- Finish the server and client sides of the contents.
1 parent b15ded8 commit 2bc8e64

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

ReadMe.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ The client/frontend of the project.
216216

217217
**Files:** ComProfileGuide.js, DevProfileGuide.js, EditSettings.js, GettingStarted.js, Intro.js, Navigation.js, TutorialIntro.js, UsingMarkers.js
218218

219-
220219
- ### firebase
221220
The configuration file for the client-side firebase integration.
222221

@@ -254,6 +253,51 @@ Contains the server/backend of the project.
254253

255254
**Files:** index.js, package.json, server.js, serverConfig.js, ServerDocs.md, yarn.lock
256255

256+
- ### auth
257+
The autorization middleware that assigns a token and claim to new users.
258+
259+
**Files:** authMiddleware.js
260+
261+
- ### companies
262+
The endpoints used to retrieve and manipulate data associated with companies in the database.
263+
264+
**Files:** companiesRouters.js
265+
266+
- ### constants
267+
Constants used by the stripe routes to interact with the stripe API.
268+
269+
**Files:** frontend.js, stripe.js
270+
271+
- ### firebase
272+
The configuration files for the client-side firebase integration.
273+
274+
**Files:** .firebaserc, .gitignore, database.rules.json, firebase.js, firebase.json, serviceAccountKey.json, storage.rules
275+
276+
- ### functions
277+
The Cloud Functions for firebase.
278+
279+
**Files:** firebase.js, index.js, package.json, serviceAccountKey.json, yarn.lock
280+
281+
- ### markers
282+
The endpoints and middleware used to retrieve and manipulate data associated with markers in the database.
283+
284+
**Files:** markersMiddleware.js, MarkersRouters.js
285+
286+
- ### seekers
287+
The endpoints used to retrieve and manipulate data associated with seekers, and their favorites, in the database.
288+
289+
**Files:** favoritesRoutes.js, seekersRouters.js
290+
291+
- ### stripe-routes
292+
The routes and server configuration that interact with the api.
293+
294+
**Files:** index.js, payment.js
295+
296+
- ### users
297+
The endpoints used to retrieve and manipulate data associated with all users in the database (Not currently used).
298+
299+
**Files:** userRouters.js
300+
257301
---
258302

259303
<br />

0 commit comments

Comments
 (0)