Skip to content

An ultralight blueprint for a node + express + mongodb backend

License

Notifications You must be signed in to change notification settings

voidzero666/Blueprint

Repository files navigation

Blueprint

An ultralight blueprint for a node + express + mongodb backend

Table of Contents
  1. Getting Started
  2. License
  3. Contact

Built With

(back to top)

Getting Started

Prerequisites

You need to have the following prerequisites installed on your system.

Installation

  1. Clone the repo
    git clone https://github.com/voidzero-development/Blueprint.git
  2. Install NPM packages
    npm install
  3. Enter your MongoDB URL & Port as environment variables:
    process.env.PORT
    process.env.MONGOURL
    Alternatively you can hardcore a connection string in /drivers/mongodb.js
  4. You are now ready to execute the application.
    node server.js

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

voidzero-development - Website - Discord: voidzero#4611

Link: https://github.com/voidzero-development/Blueprint

(back to top)

Releases

No releases published

Packages

No packages published