🗺️ My Travel Journal 🛫

An application to blog about trips, built with React, JavaScript, Material UI, CSS, Nodejs, Express.js, mySQL and Firebase.

It is a CRUD application, which means that it is possible to read the posts, edit, add and delete.

Project Status

🚧 In development.

FrontEnd -> Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000

Install the library:

npm i react-typed

BackEnd -> Installation and Setup Instructions

You can see the database model as well as the tables on the folder Preparation Part.

To run the database in your machine run the file reset.sql.

To Start Server:

npm start

To Visit App:

localhost:8001

Project Demo

mytraveljournal