Skip to content

Diseno-de-Software-2/Auth-API-EduPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTHENTICATION API for EduPay

This is the authentication API for the EduPay project.

How to run

To run the authentication API, you need to have installed Node.js.

Then, you need to install the dependencies:

npm install

Remenber to run the database and the API GATEWAY before running the API.

Finally, you can run the authentication API:

npm run dev

Port

The authentication API will be running on port 3050.

You can create instances by changing the port number in the app.js file and running the API again. The assign port must be between 3050 and 3099.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published