68
loading...
This website collects cookies to deliver better user experience
Thanks for reading! - Content provided by Admin Dashboards.
editUser
- allows updating user-related informationStep #1 - Clone the sources
$ git clone https://github.com/app-generator/api-server-nodejs.git
$ cd api-server-nodejs
Step #2 - Install modules using NPM or Yarn
$ npm i
// OR
$ yarn
Step #3 - Run the SQLite migration via TypeORM
$ yarn typeorm migration:run
Step #4 - Start the API server (development mode)
$ npm dev
// OR
$ yarn dev
Thanks for reading! For more resources and support feel free to access: