mongodb-developer / mongodb-express-rest-api-example

Example for the article on MongoDB and Express JS web REST API tutorial
Apache License 2.0
132 stars 183 forks source link

Modernized the code #9

Closed joellord closed 1 year ago

joellord commented 1 year ago

The back end now uses ES modules, and an async/await syntax. Front end uses best practices in React such as hooks. It also now uses an application with the Leafygreen theme.