Skip to content

noodle_backend 0.0.1

Install from the command line:
Learn more about npm packages
$ npm install @Software-Engineering-DHBW/noodle_backend@0.0.1
Install via package.json:
"@Software-Engineering-DHBW/noodle_backend": "0.0.1"

About this version

Awesome Project Build with TypeORM

Installation

NodeJS-Installation

Install NodeJS from the Downloads-Page or your package manager.

PostgreSQL-Installation

The following instructions are primarly for Linux. Instructions on MacOS or Windows may require other steps

  1. Install PostgreSQL either from the Downloads-Page or from your package manager
  2. Switch to the postgres-user and initialize the database cluster
sudo -iu postgres
initdb -D /var/lib/postgres/data
  1. Start or enable the PostgreSQL-Service
sudo systemctl start postgresql
  1. Create a database named noodle
createdb noodle
  1. Add a user with the name noodle
createuser noodle
psql -d noodle -c "CREATE USER noodle WITH PASSWORD 'noodle'; GRANT ALL ON ALL TABLE IN SCHEMA public TO noodle;"

For more information see the the Section Server Setup and Operation in the PostgreSQL-Documentation or the PostgreSQL-Entry in the Arch Linux-Wiki.

Usage

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Details


Assets

  • noodle_backend-0.0.1-npm.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all