Skip to content

JakeFanelli/CS-GO-Nades-2.0-MERN

Repository files navigation

If running locally - few things to change.

Server.js - Remove line 23 where we enforce HTTPS
frontend/src/helpers.js - change line 5 to "http://localhost:4000";

Example variables.env file
DATABASE=mongodb+srv://dbusername:dbpassword@dbhostname/dbname?retryWrites=true -- conn string
SECRET=someSecret -- express session secret
KEY=someKey -- express session key
user=email address -- nodemailer
pass=password -- nodemailer

start server with npm start in root folder

start frontend with npm start in frontend folder

DB tables

nades
sessions
users

About

CS:GO - learn and share grenades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published