Skip to content

rchowdhe/react-core-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Project

There are 3 Module for this project (Client app, Server app, Database).

Client app Setup

Clone/Download this Repo.

Run command npm install.

After successfull install, run command npm start

For now Client app setup is done.

Server side app Setup

Download/Clone API project from repo ReactCoreCRUD

Go to appsettings.json and open in Edit mode, Replace DefaultConnection value with your local database server.

Database Setup

First run CrudOperation.sql to create the database.

Once it successfully completed then run UserDetails.sql

What not Covered in Project

Unit test cases are not covered.

Code can be more optimized to move to base files.

JWT authentication is for demo, it does not validate with database username/passowrd- Its demonstrate the idea to retrive token from server and consume at client end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published