Skip to content

Instantly share code, notes, and snippets.

View Almorisson's full-sized avatar
💻
Code meticulously to become better like a perfectionist

Mor NDIAYE Almorisson

💻
Code meticulously to become better like a perfectionist
View GitHub Profile

📔 Project insight - nodeJS

Côté technique: pour vendredi 13h 🕐

Front-end 1: Notation & Back office administration

  • ✔️ Login (étudiant ou admin avec un bon routing)

Si étudiant:

  • 🗒️ Listing pour noter les modules
  • ⚠️ une url pour noter (attention à l'url : il y a plusieurs fois le même module avec plusieurs années)

📔 Project Slack Dailybot - nodeJS

On the tech side: 🕐

Front-end 1: add your app on slack

  • ✔️ connect your bot to a slack

Back-end:

  • ✔️ create a automatic daily message in a in a specific channel, for example: Daily of the 14th Febuary 2020 (14/02/2020)
  • ✔️ choose a image for the bot
@Almorisson
Almorisson / revert_a_commit_on_master.md
Last active June 27, 2020 21:15
Revert a merge do on Master branch

git checkout develop

git pull origin develop

git checkout master

git merge develop

git push origin master