Skip to content

This is a very basic React note project whit MySQL database.

Notifications You must be signed in to change notification settings

albertoescala/react-note-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

React Note Project

Getting Started

This is a very basic React note project whit MySQL database.

Technology

  • MySQL.
  • GraphQL.
  • Express.
  • Sequelize.
  • NodeJS.
  • Apollo Client 2.0.
  • React 16.

Installing

First of all, create a database named as notesdb in MySQL.

Run Backend database

Go to /backend and install all the dependencies:

npm install

Then, go to /backend/src/ and run it:

babel-node server.js

Run Frontend project

Go to /frontend, install all the dependencies and run it:

npm install && npm run start

About

This is a very basic React note project whit MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published