Skip to content

This is my personal blog made using the MERN stack (MongoDB, Express, React.js and NodeJS)

Notifications You must be signed in to change notification settings

leandroviegas/personal-blog

Repository files navigation

Leandro Viegas Blog

This is my personal blog made using the MERN stack (MongoDB, Express, React.js and node). See the live demo.

MongoDB Express.js React NodeJS

If you want to run this application on your computer for personal usage or for any kind of usage you may need to configure something before:

Some others relevant tecnologies

Gatsby JWT

Configurations

  • The file .env.example show all the environment variable you are gonna need it to run this project.

  • The project backend is located in a different branch called "backend" at this same repository. In the backend also have the .env.example file that you need to use.

Commands to run the project

The frontend

npm install
npm run start

The backend

npm install
npm run dev

Functionalities

For the user:

  • Register/Login.

Administrative área:

  • Create/Edit/Delete Topic;
  • Create/Edit/Delete Post.