A flashcard style vocabularies memory web app.
Sothis-baka
- GraphQL
- Apollo-Server
- React.js
- Apollo-Client
- mongoose
- npm
npm install npm@latest -g
You need your own database on MONGODB to use it.
- server
Open a new folder
git clone https://github.com/Sothis-baka/vocabularies_server
npm install
Open server folder.
npm start
Then open a new window with your browser at localhost:4000, it shows GraphQL interface
- client
Open a new folder
git clone https://github.com/Sothis-baka/vocabularies_client
npm install
Open client folder.
npm start
Then your browser will pop up a new window at localhost:3000 with the app.