Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DP_projet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VILLAUME Lucas
DP_projet
Commits
575f6435
Commit
575f6435
authored
1 year ago
by
VILLAUME Lucas
Browse files
Options
Downloads
Plain Diff
Merge branch 'doc' into main
parents
d5d0e3dd
15f8fba6
No related branches found
No related tags found
1 merge request
!2
Doc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
documentation.md
+23
-0
23 additions, 0 deletions
documentation.md
views/signup.ejs
+1
-0
1 addition, 0 deletions
views/signup.ejs
with
24 additions
and
0 deletions
documentation.md
0 → 100644
+
23
−
0
View file @
575f6435
# 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
This diff is collapsed.
Click to expand it.
views/signup.ejs
+
1
−
0
View file @
575f6435
...
...
@@ -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
')
%
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment