Skip to content

LSCasas/Kodemia-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koders APIv1 Generation JavaScript 33

This API manages secure authentication, "koders" (users), and "generations" through CRUD operations. It is modularly structured with routes, middlewares, models, and use cases, facilitating maintenance and scalability.

How to Run

  1. Install dependencies

    npm install
  2. Create an .env file

    touch .env

    You can find the keys needed in the example.env file.

  3. Run in development mode

    npm run dev
  4. Run in production mode

    npm start

About

API managing authentication, users, and generations with CRUD operations for scalability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published