Skip to content

simplonco/js-intro-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to APIs


Our application is going to be a simple task manager that will be divided into two projects: API and web app.

Our API will be called NTask (Node Task) and it will have the following features:

  • List of tasks.
  • Create, delete, and update a task.
  • Create, delete, and update user data.
  • User authentication.
  • API documentation page.

Get start with :

  1. Create the project :
mkdir ntask-api
cd ntask-api
npm init

About

une introduction aux APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published