Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
/ police-cad Public archive
forked from Linesmerrill/police-cad

This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.

License

Notifications You must be signed in to change notification settings

Remo41997/police-cad

 
 

Repository files navigation

Lines Police Server - CAD

lines police server logo

build Repository dependencies Status

This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly.

Requirements :

  1. Node.js
  2. MongoDB

Getting Started with Code :

  1. Set Up MongoDB and start mongodb
  2. Clone repo from https://github.com/Linesmerrill/police-cad.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:8080.

Setting up MongoDB

  1. Install mongodb via brew. brew install mongodb
  2. Start mongodb via brew. brew services restart mongodb

Accessing the Database

  1. Locally this will use the knoldus db (or whatever you specify manually)
  2. launch mongo via your command-line: mongo
  3. Use show dbs to see all that are available. You should see knoldus in the list.
  4. Lets use that db: use knoldus.

About

This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 83.0%
  • JavaScript 14.6%
  • CSS 2.4%