Skip to content

zahraateee/zt-blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Blog Website

This is me having a go on my own on a React tutorial, after having done the frontend as part of a group project (see the group project here) with my CYF team mates. I did this to get myself familiar with all the different parts of the project that my team mates worked on, and also to learn how to do the backend.

Check out the live demo!

Dependencies

Frontend installations

npx create-react-app . 
npm install
npm i react-router-dom

api installation

npm init
npm i express
npm i mongoose
npm i mongodb
npm i dotenv (store your database key in .env file so no one can access the key)
npm i bcrypt

Followed this for the frontend using React.js.

Followed this tutorial for the REST API using MongoDB and Node.js.

Followed this tutorial for the MERN stack and connecting the backend with the frontend.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors