Skip to content

Latest commit

 

History

History
36 lines (15 loc) · 997 Bytes

File metadata and controls

36 lines (15 loc) · 997 Bytes

My Daily Journal

This app allows a user to create a profile on the web site. After registering, the user can create journal or blog entries. The journal entries are only visible to the logged creater of the entry, while the blog entries are available to all users (both logged and not logged). The user who has created an entry can also edit and delete it.

For Back end I am using Softuni's practice server.

More info about the REST service:

https://github.com/softuni-practice-server/softuni-practice-server

Note: The service is initialized with a user, which can be used for immediate testing:

peter@abv.bg : 123456

To start the project:

  1. Clone the repository locally on your machine. Open terminal, navigate to the folder you want to save the project in and type:

git clone https://github.com/PetyaFerreiraDeveloper/daily-journal.git

  1. To install dependecies type in terminal in the folder of the project

npm i

  1. To start the project type:

npm start