Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.53 KB

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.