Skip to content

cengizhankose/student_REST_API

Repository files navigation

Student REST API

REST API project for education purpose.

How to run the app

1.Download the code
2.Install all dependencies using the npm i command.
3.Start the app using the nodemon . command.
4.API Swagger Documentation will open on http://localhost:8080/api-docs/.

How to use it

You can try the API on OpenAPI.

Features

-POST for adding new students.
-PUT for updating an existing student.
-DELETE for deleting an existing student.
-GET for getting all student data.

Dependencies

-NodeJs
-ExpressJs
-Swagger
-nodemon
-swagger-jsdoc
-swagger-ui-express

What the app looks like

alt text alt text alt text alt text alt text alt text

About

ExpressJS REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published