The code of conduct guidelines : Code of conduct
The contribution guidelines : Contributing
The licence : MIT
$ git clone https://github.com/louisbau/TFE-2021-2022.git
$ cd TFE-2021-2022
$ cd backend
$ npm install
$ cd ..
$ cd TFE
$
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3
$ npm --version
6.1.0
If you need to update npm
, you can make it using npm
! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
Port=
HOST=
USER=
PASSWORD=
DB=
NODE_ENV =
TOKEN_SECRET=
$ npm start
or
$ npm run watch
or
$ npm test
existing app : https://docs.expo.dev/bare/existing-apps/
Runs your app in development mode.
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache
flag to the start script:
npm start --reset-cache
# or
yarn start --reset-cache
Runs the jest test runner on your tests.
Like npm start
, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.
Like npm start
, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you've finished setting up the native build environment, there are two options for making the right copy of adb
available to Create React Native App:
- $ docker-compose up --build
follow that guideline to make the Https working : https://mindsers.blog/fr/post/configurer-https-nginx-docker-lets-encrypt/
- Expo Doc: https://docs.expo.dev/
- React Native Doc : https://reactnative.dev/docs/getting-started
- React navigation Doc : https://reactnavigation.org/
- Node js Doc : https://nodejs.org/en/docs/
- Apple Review Doc : https://developer.apple.com/app-store/review/
- Mysql Doc : https://dev.mysql.com/doc/
- Docker Doc : https://docs.docker.com/
creator: Louis Bauchaubn