Restaurant application showcasing pictures and reviews of popular dishes with table reservation.
Prerequisites: Node 6 or above, and mongoDB
You can use nvm to easily switch Node versions.
npm installnpm run react-dev
npm startTo seed the database with sample data:
npm run seedDBThen open http://localhost:3001/ to see the component.
- React 16
- Webpack 4
- Babel 7
- Node.js
- Express
- Styled-components
- MongoDB
- Jest/Enzyme
- Redis
