- Notifications
You must be signed in to change notification settings - Fork2
License
Lemoncode/gex-backend-node
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note: We must be installed almost Node.js 22.11.0 or higher.
we can also usenvm for windows to manage the Node.js versionsor for linux/macOS we can usenvm
npm install
Now you can run the project.
npm start
It's important start the project before running the console runners because we will create .env file, if we don't have it yet,and then the next step will be create the seed data in the database.
You can run the console runners to create seed data in the database.
npm run start:console-runners
Now, you can select the option to install seed data.
❯ seed-dataexit
After select the optionseed-data
and you will insert the seed data in the database.
Rol usuario-administrador:
{"email":"carlos.gonzalez@example.com","password":"carlos123"}
Rol Usuario-Escritura:
{"email":"maria.martinez@example.com","password":"maria456"}
Rol Usuario-Lectura:
{"email":"juan.rodriguez@example.com","password":"temp480"}#### Get users:- [GET] http://localhost:3000/api/users- [GET] http://localhost:3000/api/users?page=1&pageSize=10
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.