All Projects → Linesmerrill → police-cad

Linesmerrill / police-cad

Licence: MIT license
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
CSS
56736 projects
HTML
75241 projects
SCSS
7915 projects
Less
1899 projects

Projects that are alternatives of or similar to police-cad

zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (+93.88%)
Mutual labels:  heroku, roleplay
V
OwlGaming roleplay script for RAGE Multiplayer on GTA 5.
Stars: ✭ 36 (-26.53%)
Mutual labels:  gtav, roleplay
mongo-express-node-template
This template is designed to help kick start Node.js applications that would use MongoDB as a database and Passport.js as an authentication middleware.
Stars: ✭ 19 (-61.22%)
Mutual labels:  hacktoberfest2021
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+44.9%)
Mutual labels:  heroku
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (-28.57%)
Mutual labels:  heroku
Peregrine
A blazing fast language for the blazing fast world(WIP)
Stars: ✭ 1,483 (+2926.53%)
Mutual labels:  hacktoberfest2021
hacking-games-with-verbs
Whether it is running or collecting, shooting or trading, games are driven by verbs. In this workshop we pick out the verbs that make up a game and explore how these verbs express certain messages and values. Then we hack the game with new verbs, so that it communicates our own messages and values.
Stars: ✭ 16 (-67.35%)
Mutual labels:  roleplay
Hacktoberfest-2021
This repository dedicated to Hacktoberfest 2021. Hacktoberfest is a month long open source contribution program held in October every year by Digital Ocean. This is a beginner-friendly open source event.
Stars: ✭ 10 (-79.59%)
Mutual labels:  hacktoberfest2021
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+38.78%)
Mutual labels:  heroku
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-69.39%)
Mutual labels:  hacktoberfest2021
Merge-PDF
My first PyPi Package. Merge Image and PDF files using customizations within a folder using the Command line.
Stars: ✭ 15 (-69.39%)
Mutual labels:  hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-51.02%)
Mutual labels:  hacktoberfest2021
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-65.31%)
Mutual labels:  heroku
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-61.22%)
Mutual labels:  heroku
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (-57.14%)
Mutual labels:  heroku
EazyLoader
EazyLoader is Flask based web-application built to make downloading easy for you. Download videos and pictures from YouTube and Instagram in the best available quality. You can also download slides from SlideShare in PDF or PPTX format. In addition to that, you can calculate duration of YouTube Playlist at different speeds. You can also encrypt …
Stars: ✭ 42 (-14.29%)
Mutual labels:  hacktoberfest2021
botkit-heroku-redis-example
Tiny example of running botkit on Heroku with RedisCloud
Stars: ✭ 21 (-57.14%)
Mutual labels:  heroku
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (-61.22%)
Mutual labels:  hacktoberfest2021
Hacktoberfest
In this repository you can contribute quality code in languages you are comfortable with during the Hacktoberfest event. Raise Genuine PR's Only your. You aren't allowed to Update README.md. Invalid PR's is not supported here.
Stars: ✭ 20 (-59.18%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021-Task2
Hacktoberfest Task
Stars: ✭ 32 (-34.69%)
Mutual labels:  hacktoberfest2021

Lines Police CAD

lines police cad 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.

Running the backend server via our microservice

We have since began migrating most of our backend code to our police-cad-api. This is now required to be running in order to access certain parts of the app.

Follow along with the instructions on how to start and run that service here.

Once Running, you will need to add two new environment variables, you can an example of those here.

Setting up MongoDB

  1. Install mongodb via brew Step by step instructions
  2. Start mongodb via brew Step by step instructions

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].