An open API service indexing awesome lists of open source software.

https://github.com/ungdev/cassiopee-bouffe-front

Front web à destination des services de la bouffe de cassiopée
https://github.com/ungdev/cassiopee-bouffe-front

Last synced: about 1 year ago
JSON representation

Front web à destination des services de la bouffe de cassiopée

Awesome Lists containing this project

README

          

# Cassiopée Bouffe API

Front web à destination des services de la bouffe de cassiopée

## Requirements

- [Node.js](https://nodejs.org/)
- [yarn](https://yarnpkg.com/)

## Installation

```
git clone git@github.com:ungdev/cassiopee-bouffe-front.git
# or
git clone https://github.com/ungdev/cassiopee-bouffe-front.git

cd cassiopee-bouffe-api

# Install all the dependencies
yarn

# Start the server
yarn dev
```

## Configuration

Copy the file .env.example to .env and then edit it with your values :

```
cp .env.example .env
```