2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2021-01-04 10:18:19 -08:00
2020-12-17 10:18:33 -08:00
2021-01-04 11:03:17 -08:00
2021-01-05 08:34:18 -08:00

XP-System

School Project This school project is for my teacher to have students log in and check out their XP and assignments.

Requirements :

  1. Node.js
  2. MongoDB

Getting Started with Code :

  1. Set up MongoDB on your computer.
  2. Clone repo from https://github.com/Braeden57/XP-System.git
  3. Run npm install to install dependencies.
  4. Duplicate .env.example and rename the new file to .env. Edit to your configurations.
  5. Run npm start to boot up server.
  6. Go to http://localhost:5000. Or Whatever you set it to in the .env file.

Accessing the Database

  1. Locally this will use the knoldus db or whatever you set the DB_URI to in the .env file.
  2. You can use MongoDB compass app to view the db and edit any information stored.
S
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%