Welcome to check this humble project
- React - A JavaScript library for building user interfaces
- Node.js - evented I/O for the backend
- Express.js - Fast, unopinionated, minimalist web framework for Node.js
- MongoDB - The application data platform for NoSQL databases
Details frameworks and packages can be found in the package.json files in server and client directory.
- Go to server directory and run:
node server.js
- Go to client directory and run:
npm start