Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.35 KB

File metadata and controls

52 lines (30 loc) · 1.35 KB

my first CRUD app

project-image

this is my first application following a guide online learning to make a complete crud application using the MERN stack

🧐 Features

Here're some of the project's best features:

  • can take in data from multiple users
  • uses the Create Read Update delete functionalities that an application must have
  • uses self-made APIs that are capable to connect the back-end to the front-end

🛠️ Installation Steps:

1. clone the repository into a folder you'd like to use it from using

git clone git@github.com:DepthDweller21/first-crud-app.git

2. open the folder in your code editor

code first-crud-app

3. run the server

node server.js

4. open the browser on localhost:8000

💻 Built with

Technologies used in the project:

  • MongoDB
  • Express.js
  • React.js
  • Node.js

🛡️ License:

This project is licensed under the MIT lisence