-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Ben Elferink edited this page Dec 30, 2020
·
7 revisions
This is where you can find useful information developing with the MERN stack!
Click "Use this template" to generate a
new repository.
Then open your terminal and clone your repository:
cd ~/Desktop
git clone https://github.com/[your-user-name]/[your-repo-name].git
Go to your repository's folder, and install all dependecies:
cd ~/Desktop/[your-repo-name]
npm install
Prepare your MongoDB database (atlas,
community).
Then go to your server folder (backend), and set your database within server.js
,