Skip to content

Full Stack CRUD application using React, Node, Express, Axios and SQL.

Notifications You must be signed in to change notification settings

vimonteglione/mrca-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review Crud Application

My first Full Stack CRUD application using React, Node, Express, Axios and SQL (MySQL):

It's a basic page where you can create, read, update and delete movie reviews.

Installation

  1. Clone repo

  2. Change to directory

cd mrca-crud
cd client
  1. Install dependencies and start front-end
npm install
npm start
  1. Change directory to server
cd ..
cd server
  1. Install dependencies and start back-end
npm install
npm start

OBS: The MySQL database needs to be with: host: "localhost", user: "root", password: "system", database: "cruddb".

Credits: development based on this tutorial series.

About

Full Stack CRUD application using React, Node, Express, Axios and SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published