Skip to content

hutiechuan/investor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

investor

Node.js PostgreSQL CRUD with Express Rest APIs

We will build Rest Apis that can create, retrieve, update, delete and find Tutorials by title.

The following table shows overview of the Rest APIs that will be exported:

GET api/tutorials get all Tutorials GET api/tutorials/:id get Tutorial by id POST api/tutorials add new Tutorial PUT api/tutorials/:id update Tutorial by id DELETE api/tutorials/:id remove Tutorial by id DELETE api/tutorials remove all Tutorials GET api/tutorials/published find all published Tutorials GET api/tutorials?title=[kw] find all Tutorials which title contains 'kw'

Project setup

npm install

Run

cd backend node server.js cd front-end npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published