Skip to content

crackhub-dev/predb-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

First Install MongoDB & NodeJS.

Clone & Install dependencies

git clone https://github.com/crackhub-dev/predb-backend.git
cd predb-backend/
npm install

Create .env in the same folder as server.js and fill this in with your info:

MONGODB_URI=
PORT=

and start the server with node server.js

Releases

No releases published

Packages

No packages published