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.
🚧 In development.
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
npm i react-typed
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