Skip to content

thangnpq-dev/News-Website-UML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Basic News Website UML

Cre: UnFame
This project is just beginner code, enjoy...


News-Website

Basic News Website UML. Cre: UnFame.
This project was created for the final project of UML. A big thanks for Miss. Mai Anh Thơ for helping us with this project.

Contributors

  • UnFame a.k.a Nguyễn Phạm Quốc Thắng
  • idtruoc a.k.a Trương Minh Phương
  • anakin9472 a.k.a Nguyễn Phước Đăng

Framework and Technology used

Requirement

  • npm version 8.1.2
npm install -g npm@8.1.2
  • java SE DEvelopment Kit version 17
- https://www.oracle.com/java/technologies/downloads/#java17
  • For Backend Code, i used Springboot and IntelliJ IDEA as IDE for programming, you can use Eclipse instead of IntelliJ IDEA
- https://www.jetbrains.com/idea/download/#section=windows
- https://www.eclipse.org/downloads/
  • ReactJS (Front-End)
  • Springboot (Back-End)
  • Database (MongoDB)
For database i use https://cloud.mongodb.com

How to run the project on local (Follow the sequence)

Back-End

  1. Go to .env file change the string connection to database (MongoDB)
  2. Go to the folder api, then type: "yarn start"
  3. The Backend will start on localhost:5000

Front-End

  1. Go to folder fe -> src -> helper, open file axios.js and changing this line: const baseURL = "{your backend hosted URL}";. For my project it is: const baseURL = "http://localhost:5000/api";
  2. Go to the folder fe, then type: "npm start"
  3. The Frontend will start on localhost:3000

Contribution

Any information please contact me through this email:

quocthang036@gmail.com
nguyenphuocdang1234@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors