- npm updates - new SearchMap.vue component
This commit is contained in:
parent
7bc9f90cca
commit
a7142f694f
74 changed files with 3360 additions and 3577 deletions
30
readme.md
30
readme.md
|
@ -3,15 +3,16 @@
|
|||
Welcome to the Tethys Research Repository Backend System! This is the backend component responsible for managing datasets, users, and the core functionality of the Tethys Data Research Repository.
|
||||
|
||||
## Table of Contents
|
||||
- [Getting Started](#getting-started)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [Configuration](#configuration)
|
||||
- [Database](#database)
|
||||
- [API Documentation](#api-documentation)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
|
||||
- [Getting Started](#getting-started)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [Configuration](#configuration)
|
||||
- [Database](#database)
|
||||
- [API Documentation](#api-documentation)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
@ -19,13 +20,14 @@ Welcome to the Tethys Research Repository Backend System! This is the backend co
|
|||
|
||||
Before you begin, ensure you have met the following requirements:
|
||||
|
||||
- Node.js and npm installed on your development machine.
|
||||
- A running PostgreSQL database instance.
|
||||
- AdonisJS CLI globally installed.
|
||||
- Node.js and npm installed on your development machine.
|
||||
- A running PostgreSQL database instance.
|
||||
- AdonisJS CLI globally installed.
|
||||
|
||||
### Installation
|
||||
|
||||
1. Clone this repository:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.geologie.ac.at/geolba/tethys.backend.git
|
||||
```bash
|
||||
git clone https://gitea.geologie.ac.at/geolba/tethys.backend.git
|
||||
```
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue