Hotel management website
- Gestion des chambres CRUD
- Authentification JWT Token
- Sécurisation formulaire
- Sécurisation des routes avec le token
- Utilisation des hooks
- Typescript
- Authentification token
$ git clone https://github.com/CDjepeno/Hotel-MERN.git
$ cd Hotel-MERN-js
$ npm install
$ npm run dev
$ cd Hotel-MERN/client
$ npm install
$ npm start