2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 21:00:11 +02:00
Thream's Application Programming Interface (API) to stay close with your friends and communities. https://api.thream.divlo.fr/documentation
Go to file
2021-10-24 04:06:16 +02:00
.github chore: initial commit 2021-10-24 04:06:16 +02:00
.husky chore: initial commit 2021-10-24 04:06:16 +02:00
email chore: initial commit 2021-10-24 04:06:16 +02:00
src chore: initial commit 2021-10-24 04:06:16 +02:00
uploads chore: initial commit 2021-10-24 04:06:16 +02:00
.commitlintrc.json chore: initial commit 2021-10-24 04:06:16 +02:00
.dockerignore chore: initial commit 2021-10-24 04:06:16 +02:00
.editorconfig chore: initial commit 2021-10-24 04:06:16 +02:00
.env.example chore: initial commit 2021-10-24 04:06:16 +02:00
.gitignore chore: initial commit 2021-10-24 04:06:16 +02:00
.markdownlint.json chore: initial commit 2021-10-24 04:06:16 +02:00
.npmrc chore: initial commit 2021-10-24 04:06:16 +02:00
CONTRIBUTING.md chore: initial commit 2021-10-24 04:06:16 +02:00
docker-compose.production.yml chore: initial commit 2021-10-24 04:06:16 +02:00
docker-compose.yml chore: initial commit 2021-10-24 04:06:16 +02:00
Dockerfile chore: initial commit 2021-10-24 04:06:16 +02:00
Dockerfile.production chore: initial commit 2021-10-24 04:06:16 +02:00
LICENSE chore: initial commit 2021-10-24 04:06:16 +02:00
package-lock.json chore: initial commit 2021-10-24 04:06:16 +02:00
package.json chore: initial commit 2021-10-24 04:06:16 +02:00
README.md chore: initial commit 2021-10-24 04:06:16 +02:00
tsconfig.json chore: initial commit 2021-10-24 04:06:16 +02:00

Thream/api

Thream's application programming interface to stay close with your friends and communities.

Licence MIT Contributor Covenant

TypeScript Standard Style Conventional Commits Dependabot badge

📜 About

Thream's application programming interface to stay close with your friends and communities.

This project was bootstrapped with create-fullstack-app.

⚙️ Getting Started

Prerequisites

Installation

# Clone the repository
git clone https://github.com/Thream/api.git

# Go to the project root
cd api

# Configure environment variables
cp .env.example .env

# Install dependencies
npm install

You will need to configure the environment variables by creating an .env file at the root of the project (see .env.example).

Development environment with Docker

# Setup and run all the services for you
docker-compose up

Production environment with Docker

# Setup and run all the services for you
docker-compose --file=docker-compose.production.yml up

Services started

Services started only in Development environment

💡 Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in the CONTRIBUTING.md file.

📄 License

MIT