Skip to content

ThePiratePhone/ThePiratePhone-Backend

Repository files navigation

The Pirate Phone Backend

Description

This is the server for the Pirate Phone project. It is a service that allows efficient handling of a large number of calls. The server is configured to secure its user base and performs monitoring on callers to prevent abuse.

Installation

  1. Install dependencies
npm install
  1. Configure environment variables
  • Create a .env file at the root of the project
  • Add the following environment variables:
URI="mongodb://base:[email protected]:27018/database?authSource=admin"
ISDEV=true
  1. Start the server
npm start

test

npm run test

or

npm run test file

About

The Pirate Phone backend system

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •