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.
-
Install dependencies
npm install
-
Create an
.env
filetouch .env
You can find the keys needed in the
example.env
file. -
Run in development mode
npm run dev
-
Run in production mode
npm start