back-projet-bUT3/README.md
2024-03-07 11:45:33 +01:00

36 lines
440 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Setup back
---
## Contributing
### Getting started
Clone the project:
```bash
git clone git@github.com:FelixLgr/BUT-3-Dev.git
```
Add environment variables:
The MONGO_URL and MONGO_URL_TEST variables must be url encoded
```bash
cp .env.example .env
```
Set up the project:
```bash
yarn setup
```
### Development
To start the development server you need to run the following commands:
```bash
yarn start:development
```