Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
Front web à destination des services de la bouffe de cassiopée
- Host: GitHub
- URL: https://github.com/ungdev/cassiopee-bouffe-front
- Owner: ungdev
- License: mit
- Created: 2021-05-14T17:18:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T20:32:00.000Z (over 3 years ago)
- Last Synced: 2023-04-06T15:51:51.465Z (over 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [email protected]:ungdev/cassiopee-bouffe-front.git
# or
git clone https://github.com/ungdev/cassiopee-bouffe-front.gitcd 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
```