xescodes / books-Collection

CRUD App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend and Mongo DB as database!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Collection 💻

😎 Personal Project ✔️


Demonstration of the application   |    Features   |    Technologies used   |    Application installation

💻 Demonstration of the application


Application status: Developed ✔️


About

CRUD App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend, and Mongo DB as database! in this project, you can have books collection which has a field for Title, Author, Category and price, you can add, update, and delete items! it has a form validation to make sure that the user doesn't send invalid info to the database.

⭐ Features

  • Create Book
  • Update Book
  • Remove Book
  • Form Validation

🚀 Technologies used:

react js mongo mongo css3 html5 css3


ℹ️ Application installation

  • https://github.com/VictorLira-DEV/CRUD-APP.git to clone the repository

🎲 Run application

To run the application on the web, follow the instructions :

  • make sure you are inside the project's folder on VScode
  • open up a terminal
  • run cd client
  • run yarn install to install the client dependencies of the project
  • then run yarn start to run the application, will open at the address localhost:3000
  • open up a new terminal
  • run cd server
  • run yarn install to install the API dependencies of the project
  • then run yarn run devStart to run the API, will open at the address localhost:3004


About

CRUD App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend and Mongo DB as database!


Languages

Language:JavaScript 75.1%Language:SCSS 22.5%Language:HTML 2.4%