Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech Stack #15

Open
itsjasonlee opened this issue Oct 2, 2018 · 4 comments
Open

Tech Stack #15

itsjasonlee opened this issue Oct 2, 2018 · 4 comments
Assignees

Comments

@itsjasonlee
Copy link
Member

Learn about which tech stack you would like to use before our next meeting. Next Monday at 5:10pm

@bryngo
Copy link
Member

bryngo commented Oct 2, 2018

Here are some suggestions to look into:

@coreymason
Copy link
Member

coreymason commented Oct 7, 2018

Current - react, node, next.js (goes on top of react/node to make things easier)

express/mongo could be added into existing code easily - essentially you would override next.js routing, takes maybe 15 lines of new code (we couldn't use static hosting but that's a tradeoff of server logic)

If you ever want to do accounts/auth, I'd recommend auth0, which can be used standalone or with passport - whichever works for you

@itsjasonlee
Copy link
Member Author

Will add Mongo / Express into current stack. Incremental changes to website will be made.

Next task: See what changes need to be done to the website. One person will take lead on making the changes

@coreymason
Copy link
Member

coreymason commented Oct 9, 2018

Example of adding express into next.js/react/node
https://github.com/zeit/next.js/tree/master/examples/custom-server-express

Mongo (I recommend mongoose in particular) is done as normal

@shivampdesai shivampdesai removed their assignment Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants