PetyaFerreiraDeveloper / daily-journal

An app allowing user to record daily in an online journal

Home Page:daily-journal-tau.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An app allowing user to record daily in an online journal

daily-journal-tau.vercel.app


Languages

Language:JavaScript 99.5%Language:HTML 0.4%Language:CSS 0.1%