Update README.md
This commit is contained in:
1 parent
082706fe2f
commit
a9615cfe73
1 file changed
+11
@@ -4,6 +4,17 @@ School Project
|
|||||||
This school project is for my teacher to have students
|
This school project is for my teacher to have students
|
||||||
log in and check out their XP and assignments.
|
log in and check out their XP and assignments.
|
||||||
This website application is not available online, this is just a locally run website at our school.
|
This website application is not available online, this is just a locally run website at our school.
|
||||||
|
To create a teacher, it must be done by a site admin. You'll need to create the site admin in the
|
||||||
|
database in a collection called `users` and set insert a document formatted as shown:
|
||||||
|
`
|
||||||
|
{
|
||||||
|
"_id": your generated id,
|
||||||
|
"role": "Admin",
|
||||||
|
"name": your name,
|
||||||
|
"email": your email,
|
||||||
|
"password": your encrypted password
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|
||||||
### Requirements :
|
### Requirements :
|
||||||
1. [Node.js](https://nodejs.org/en/)
|
1. [Node.js](https://nodejs.org/en/)
|
||||||
|
|||||||
Reference in new issue
Block a user