Une simple application web inspirée du réseau social twitter.
- Node 14.16.0 LTS
# Clone the repository
git clone https://github.com/dwaps/touiteur-diginamic.git
# Enter into the directory
cd touiteur-diginamic/
# Install the dependencies
npm ci
- Renommer le fichier .env~ en .env,
- Remplir le fichier avec les bonnes informations.
npm run start
Maintenant vous pouvez utiliser l'application sur le port 3000 de votre machine.