chingu-voyage3 / bears-24

MIT License
1 stars 0 forks source link

Decide on development environment and STACK #7

Closed cbchien closed 6 years ago

cbchien commented 6 years ago

Decided on development environment and STACK

cbchien commented 6 years ago

MERN

React: runs your JavaScript code in the user's browser, allowing your application UI to be dynamic Express: Back-end web application framework running on top of Node.js Node.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript MongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents