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
- Host: GitHub
- URL: https://github.com/ungdev/cassiopee-bouffe-front
- Owner: ungdev
- License: mit
- Created: 2021-05-14T17:18:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T20:32:00.000Z (about 5 years ago)
- Last Synced: 2025-02-15T00:19:01.587Z (over 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 6
- 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 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
```