Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.17 KB

gex-backend-node

Note: We must be installed almost Node.js 22.11.0 or higher.

Install Node.js

we can also use nvm for windows to manage the Node.js versions or for linux/macOS we can use nvm

Steps to run the project

Installation

npm install

Run the project

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.

Create 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-data
    exit

After select the option seed-data and you will insert the seed data in the database.

Endpoints now available

Get users: