Skip to content

Client side and Server side CRUD. Fullstack project developed using Typescript.

Notifications You must be signed in to change notification settings

ezejerez/mysql-ts-react-nodejs---crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN CRUD (MySQL)

Client side and Server side CRUD. Fullstack project.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

This project use pnpm for manage dependencies:

npm install -g pnpm

Installing server side:

For install server dependencies:

cd server
pnpm install  

For starting the server side:

pnpm start:server

For enable TypeScript watch in the server side:

pnpm tsc-watch

Installing client side:

For install client dependencies:

cd client
pnpm install  

For starting the client side:

pnpm start:client

Built With

  • MySQL

  • Express

  • ReactJS

  • NodeJS

  • TypeScript

About

Client side and Server side CRUD. Fullstack project developed using Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published