This is a project in response to the request from the blind people organization
- Graphql
- Express
- Ant design
- Mongodb
- React
- Visit https://nodejs.org/en/ to install Node.js.
- After the software got installed, open the command line and type
$ npm ior$ npm installto download all dependencies for the client/ folder AND the server/ folder, this probably takes 2-5 mins. - The node_modules/ path should appear inside the client/ folder and the server/ folder
Run: $ npm run start
- Seed random data to the database together with creating search index
Run:
$ npm run seed