2
1
mirror of https://github.com/Thream/api.git synced 2024-07-21 03:38:31 +02:00
api/README.md
2021-10-24 04:06:16 +02:00

3.5 KiB

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