Skip to content

JoshVanderM/BlogChamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogChamp

Installation

Clone the BlogChamp repository using

git clone https://github.com/IzMo2000/BlogChamp.git

In the base folder, install the necessary packages

npm install

Set up your .env file in the backend folder. From the base directory, go to the backend folder and create a file called .env. You need to define two variables (for now) in here:

PORT=4000 the port number you want to have the server run on, by default 4000

MONGO_URI=... where ... is the base uri to connect to the database, contact BlogChamp team for access

So at the end your .env should look like

PORT=4000
MONGO_URI=...

Then to run the application, use

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • CSS 16.3%
  • HTML 0.5%