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
Install NodeJS from the Downloads-Page or your package manager.
The following instructions are primarly for Linux. Instructions on MacOS or Windows may require other steps
- Install PostgreSQL either from the Downloads-Page or from your package manager
- Switch to the postgres-user and initialize the database cluster
sudo -iu postgres
initdb -D /var/lib/postgres/data
- Start or enable the PostgreSQL-Service
sudo systemctl start postgresql
- Create a database named
noodle
createdb noodle
- 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.
Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command
Details
- noodle_backend
-
Software-Engineering-DHBW
- over 3 years ago
- 28 dependencies
Assets
- noodle_backend-0.0.1-npm.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0