this is my first application following a guide online learning to make a complete crud application using the MERN stack
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
1. clone the repository into a folder you'd like to use it from using
git clone [email protected]: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
Technologies used in the project:
- MongoDB
- Express.js
- React.js
- Node.js
This project is licensed under the MIT lisence