api-server-nodejs icon indicating copy to clipboard operation
api-server-nodejs copied to clipboard

Nodejs API Server - Express / SQLite / TypeORM | AppSeed

Results 9 api-server-nodejs issues
Sort by recently updated
recently updated
newest added

On Creation, the user should be assigned to the "USER" role = value 2 Currently, the users are created with a NULL value for the ROLE column. Here is the...

bug

OS: MacOS 14.1.1 (23B81) AND Ubuntu 22.04 Node Version: 16, 18, and 20 When running the following during step 3 of the installation: $ npm run typeorm migration:run // OR...

https://github.com/app-generator/api-server-nodejs need to start the server and point to the client to this server (Where do I change the API url in env?) I've the client under the folder: C:\Users\nuno.lopes\#Work\Projects\pro>...

Noticed that the module typeorm is out of date.And the cli of it need to give parameters "-d datasource options".So I create a example of this option file. But module...

Hello @FullStackkDev The authorization should link each user to a ROLE: - `user` - numeric value 1 in users table - `admin` - numeric value 2 in users table On...

enhancement
help wanted

Hello @FullStackkDev! The API should be enhanced to support OAuth via Github. > Requirements: - the backward compatibility assured: - JWT Login - existing API signature - The library used...

documentation
enhancement

Hello @FullStackkDev The `Role` column should use integer type for values. Impacted tables: > USER: **user_role** -> `integer`, default value 2 (user type) ```SQL CREATE TABLE "user" ("id" varchar PRIMARY...

enhancement

> This is not a real issue. Is just a tracker for the rules applied during the coding phase. - code should be kept simple - typescript - modular -...

documentation
wontfix