9fa4aa179abc06621b97db33f4d8ede456fc63f3
XP-System
School Project This school project is for my teacher to have students log in and check out their XP and assignments.
Requirements :
Getting Started with Code :
- Set Up MongoDB and start mongodb
- 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:5000.
Setting up MongoDB
- Install mongodb via brew.
brew install mongodb - Start mongodb via brew.
brew services restart mongodb - Or Install mongodb compass https://www.mongodb.com/try/download/compass
Accessing the Database
- Locally this will use the knoldus db (or whatever you specify manually)
- launch mongo via your command-line:
mongo - Use
show dbsto see all that are available. You should seeknoldusin the list. - Lets use that db:
use knoldus.
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%