Skip to content

Node JS with Express Environment of tests without database. Api for frontend development: web, desktop and mobile

Notifications You must be signed in to change notification settings

luis-portfolio/Node.JS-Server-with-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api for frontend development: web, desktop and mobile

Routes dynamically on folder /app/routes

user resource

GET /user

GET /user/:id

POST /user

PUT /user/:id

DELETE /user/:id

user fields

id, name, lastName, age, birthday, email

file resource

POST /file/save

Installing uses yarn

yarn 

Installing uses npm

npm i 

Starting modes with yarn

yarn dev
yarn debug
yarn start

Starting modes with npm

npm run dev
npm run debug
npm start

About

Node JS with Express Environment of tests without database. Api for frontend development: web, desktop and mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published