Skip to content

iseplife/api

Repository files navigation

API - Plateforme assocative

Getting Started

Prerequisites

Installation

  1. Download and setup iseplife backend project
# Clone the repository (stable branch)
git clone -b master https://github.com/iseplife/api api

# Go to the project root
cd api

# Install dependencies
mvn install
  1. Create your database.
# Create your local dev one using docker
docker compose -f docker-compose.dev.yml up -d
  1. Enable the unaccent extension in your database

Execute this in your database using your favorite SQL client (for instance psql using psql -U iseplife_dev -h localhost -p 3333).

CREATE EXTENSION unaccent;
  1. Create your .env file.
# Copy the example one to get started
cp example.env .env

Contribute to project

Before contributing to the project be sure that you have read the Contributor guidelines.

About

API - Plateforme associative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published