Skip to content

honhaoz/online-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This online diary app allows users to write, read and manage their diaries

Requirements

  • MongoDB
  • Node.js
  • React.js

Getting Started

To get started, first clone this repository:

git clone https://github.com/Honghao-Zheng/online-diary.git
cd online-diary

Then install the dependencies and start the development backend server:

cd server
npm install
npm start

Then install the dependencies and start the frontend client:

cd client
npm install
npm start

This will start the client application at http://localhost:3000. (The connection address of the server, client, and MongoDB can be customised in the env file under the client/src and server folders)

Finally

Authentication =====>

  • username: tester
  • password: tester

Now try it out with the preloaded dataset!

About

A web application that allowed authenticated users to read, write and modify diaries stored in the MongoDB database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors