blazergame / iDeel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iDeel

Description

  • File will be uploaded soon

Contributors

Reference

  • Github Markdown Syntax: Link

Initial Setup

  • Download Install Node js
  • Download MongoDB
  • Clone repo
  • run npm install --save
  • Go to the folder that mongo was installed and run "mongod.exe"
  • run npm start

Additional Info

If you created a new folder, make sure you add a path for it in the tsconfig.json file so that it will transpile the .ts to .js files.

Open localhost:3000 in your browser

Load Data Into DB Scipt

  • Assume that we alreay have ideel db creater and local user created
  • Start up mongod.exe
  • Open Mongo Shell
  • run `load("/Users/youruserprofile/iDeel/createDB/createiDeelData.js")

Routes:

GET /dashboard/jobs/:jobid Get single job information
GET /dashboard/jobs Get list of jobs
POST /dashboard/jobs/ Create job
DELETE /dashboard/jobs/:jobid Delete a specific job
GET /dashboard/ Get home page
PUT /dashboard/jobs/:jobid Update job
GET /dashboard/search Search query

GET /users/:id/info Get single user information
POST /users/:id Create user
GET /users/:id Get specific user
DELETE /users/:id Delete specific user
GET /users Get list of all users
GET /users/bUsers Get list of business users
GET /users/wUsers Get list of worker users
PUT /users/:id/info Update user information

About


Languages

Language:JavaScript 30.4%Language:HTML 27.7%Language:CSS 26.4%Language:TypeScript 15.4%Language:Batchfile 0.1%