Full stack web app demonstrate how MongoDb, Express, React and Node (MERN) platform works togather.
ReactJS, Redux, React-Redux, ReactStrap, Axios and NodeJS
ExpressJS, NodeJS
MongoDb and Mongoose for no sql.
To register a free MongoDb, please go the https://account.mongodb.com/account/login link and sign up for free database.
- Update the database URI in config.js
- npm run server (To run only API)
- npm run client (To run only client)
- npm run dev (To run both client and API togather)