Skip to content

Lemoncode/gex-backend-node

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published