daisycrego / jbg-admin

Admin app for Jill Biggs Group follow-up boss event management
1 stars 0 forks source link

MERN skeleton #2

Closed daisycrego closed 3 years ago

daisycrego commented 3 years ago
daisycrego commented 3 years ago

package.json

daisycrego commented 3 years ago

Take a look at this code: https://github.com/shamahoque/mern-skeleton

daisycrego commented 3 years ago

Here is a react template I wrote based on the JavaScript Everywhere textbook: https://github.com/daisycrego/react/tree/master/react/reactJS/reactTemplate

daisycrego commented 3 years ago
daisycrego commented 3 years ago

Used a mern skeleton from here, I could understand all of the code so that was a great sign, and it used all of the technologies I wanted to use: webpack, node.js, mongoose, babel, react, express, everything.

Connected to a mongodb atlas instance, under a new db collection, jbgadmin, and created some schemas/models for the User and Event objects.

Working on an events/sync endpoint to call the FUB API, retrieve events, compare those to the existing events, etc. Need to make some decisions about how I'll properly use offset to retrieve all the events.