Skip to content

DenisGodun/express-sqlite-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

express-sqlite-react

Demo

Client

Server

Quick Start

# Install dependencies for server
cd .\server
npm install
npm start

# Install dependencies for client
cd .\client
npm install
npm start

# Server runs on http://localhost:3001 and client on http://localhost:3000

Api Routes

http://localhost:3001/api/users?page=1&limit=10
# page,limit -> optional

http://localhost:3001/api/user?id=1&from=2021-04-19&to=2021-05-20
# id -> required
# from,to -> optional

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published