An ultralight blueprint for a node + express + mongodb backend
Table of Contents
You need to have the following prerequisites installed on your system.
- Clone the repo
git clone https://github.com/voidzero-development/Blueprint.git
- Install NPM packages
npm install
- Enter your MongoDB URL & Port as environment variables:
Alternatively you can hardcore a connection string in /drivers/mongodb.js
process.env.PORT process.env.MONGOURL
- You are now ready to execute the application.
node server.js
Distributed under the MIT License. See LICENSE.txt
for more information.
voidzero-development - Website - Discord: voidzero#4611