This is a very basic React note project whit MySQL database.
- MySQL.
- GraphQL.
- Express.
- Sequelize.
- NodeJS.
- Apollo Client 2.0.
- React 16.
First of all, create a database named as notesdb in MySQL.
Go to /backend and install all the dependencies:
npm install
Then, go to /backend/src/ and run it:
babel-node server.js
Go to /frontend, install all the dependencies and run it:
npm install && npm run start