issues Search Results · repo:app-generator/api-server-nodejs language:TypeScript
Filter by
17 results
(96 ms)17 results
inapp-generator/api-server-nodejs (press backspace or delete to remove)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 $ yarn typeorm
migration:run ...
AdamWP
- 1
- Opened on Jan 23, 2024
- #29
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 ...
Telexplanning
- 2
- Opened on Jul 24, 2023
- #28
Hello @FullStackkDev
The Role column should use integer type for values.
Impacted tables:
USER: user_role - integer, default value 2 (user type)
CREATE TABLE user ( id varchar PRIMARY KEY NOT NULL, ...
enhancement
app-generator
- 1
- Opened on Nov 29, 2022
- #26
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 response to the registration request:
{
success ...
bug
app-generator
- 2
- Opened on Nov 29, 2022
- #25
The logout method is not working.
In all cases, the server returns:
{
success : false,
msg : User is not logged on
}
bug
app-generator
- 1
- Opened on Nov 29, 2022
- #23
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
- if something is not clear, please ask
Thank you! ...
documentation
wontfix
app-generator
- Opened on Nov 28, 2022
- #18
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 successful signIN (JWT) or OAuth, the ...
enhancement
help wanted
app-generator
- 3
- Opened on Nov 28, 2022
- #17
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
app-generator
- 3
- Opened on Nov 28, 2022
- #16
Hello @FullStackkDev
The product should be successfully compiled using:
- yarn
- npm
Node Versions: 14, 16, 18
Ty!
enhancement
app-generator
- 1
- Opened on Nov 28, 2022
- #15

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.