This application was developed as a tool to aid with the learning of Chinese.
This application is a combination of Nodejs, React and Mongoose.
- Open the repository root directory in VSCode
- Install Server Dependencies
Ctrl + Shift + B Refresh Server Node Packages
- Install Client Dependencies
Ctrl + Shift + B Refresh React Node Packages
- Run the Server
Ctrl + Shift + B Starts Node.js Server
- Upload the Chinese-English Dictionary Database to Mongoose via Mongo DB Compass
- Run the Client
Ctrl + Shift + B Start React Client