Skip to content
Snippets Groups Projects
Commit 575f6435 authored by VILLAUME Lucas's avatar VILLAUME Lucas
Browse files

Merge branch 'doc' into main

parents d5d0e3dd 15f8fba6
No related branches found
No related tags found
1 merge request!2Doc
# Documentation
---
## Prérequis
- Un serveur MongoDB sur écoutant sur le port 27017
## Lancer le serveur
```bash
npm run serv_start : lance le serveur
npm run secretKey : génère une clé secrète dans le .env (utilise si la clé actuelle est compromise)
```
## Connexion / Routes
L'adresse http://localhost:3500 permet de se connecter à la page d'accueil.
Pour la création de compte http://localhost:3500/signup, et http://localhost:3500/login pour la connection.
Le chemin http://localhost:3500/db donne accès à la base de donnée.
La création de document se passe ici : http://localhost:3500/document
\ No newline at end of file
......@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup Page</title>
<link rel="stylesheet" href="/css/signup-style.css">
<link rel="stylesheet" href="/css/spreadsheet-style.css">
</head>
<body>
<%- include('partials/header') %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment