Skip to content

stellasant/UTN-fullstack-tp-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTN Fullstack Final Project

Project Description

FE ReactJS app to manage a user library with CRUD actions by making queries to a MySQL DB developed in a NodeJS server, that is included in this project repository.

Demo

Untitled.2.mp4

How to use it

  1. Import with phpMyAdmin the MySQl database 'biblioteca_db' included in this repository.

  2. Run the NodeJS server in port 3001: node server/app.js

  3. Run the project in localhost in port 3000: npm start

Dependencies

BE

  • node
  • express
  • mysql
  • cors
  • util

FE

  • axios
  • react-router-dom
  • styled-components
  • sass
  • sweetalert2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors