Skip to content
Snippets Groups Projects
Commit a4da26c7 authored by L4168's avatar L4168
Browse files

Updated installation instructions

parent 6fed15e6
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,11 @@ $ npm install ...@@ -35,7 +35,11 @@ $ npm install
``` ```
Name .env.example to .env and ormconfig.json.example to ormconfig.json and add values accordingly Name .env.example to .env and ormconfig.json.example to ormconfig.json and add values accordingly
Needed postgresql modules:
```bash
# Inside the database that you're connecting to:
CREATE EXTENSION "uuid-ossp";
```
## Running the app ## Running the app
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment