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

https://github.com/oery/p7-backend


https://github.com/oery/p7-backend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Pour initialiser le projet :

- Créer un fichier ".env" à la racine du projet contenant les variables d'environnement suivantes :

```
# URL de la base de données
MONGODB_URL = "mongodb+srv://******:*****@****.****.mongodb.net/"
# URL de l'application React
APP_URL = "http://localhost:3000"
# Port sur lequel l'API est accessible
API_PORT = 4000
```

- Installer les dépendances :
- `npm install`
- Lancer le projet :
- `npm start`