Skip to content

nannanav/crud-react-node-mySQL-go

 
 

Repository files navigation

Lama Book Shop CRUD Web Application

Enjoy your favorite books, movies, and animated characters!

image

Technologies

React.js, Node.js, Express, MySQL, Docker Compose, Nginx

Video Demo

https://vimeo.com/866824528?share=copy

Backend

cd backend

npm install

npm start

Frontend

cd frontend

npm install

npm run dev

Need a mySQL DataBase

I used XAMPP

DataBase named crud_db

Table named books

http://localhost/dashboard/

Table Values

id -> primary key - not null

title -> not null

description -> not null

cover -> null

price -> not null

image

Internal Reverse Proxy

Implemented using Nginx

/ urls are redirected to frontend

/api urls are redirected to backend

It is set up inside a docker container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.2%
  • Shell 26.1%
  • CSS 16.8%
  • Dockerfile 7.6%
  • HTML 2.3%