082706fe2f112dfd72a215a6042a34e01adaa3a3
XP-System
School Project This school project is for my teacher to have students 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.
Requirements :
Getting Started with Code :
- Set up MongoDB on your computer.
- Clone repo from https://github.com/Braeden57/XP-System.git
- Run
npm installto install dependencies. - Duplicate
.env.exampleand rename the new file to.env. Edit to your configurations. - Run
npm startto boot up server. - Go to http://localhost:8080. Or Whatever you set it to in the
.envfile.
Accessing the Database
- Locally this will use any db you set the DB_URI to in the
.envfile. - You can use MongoDB compass app to view the db and edit any information stored.
- Or connect it to an external db by changing the DB_URI in the
.envto your db key.
Description
Teacher/Student Platform for assignments (Quests) to learn and gain experience (XP) to level up and compare with your peers. School Project
Readme
3.5 MiB
0 Stars
1 Watchers
0 Forks
Languages
EJS
68.1%
JavaScript
31.9%