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.
https://github.com/softuni-practice-server/softuni-practice-server
Note: The service is initialized with a user, which can be used for immediate testing:
[email protected]
: 123456
- 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
- To install dependecies type in terminal in the folder of the project
npm i
- To start the project type:
npm start