Skip to content

CRUD-APP for Mern stack developers starting out their journey

Notifications You must be signed in to change notification settings

KingsleyAmankwah/crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 About

This is a full-stack CRUD Application for developers starting out their journey in the Mern stack.

✨ Features

✔️ Add Tasks;
✔️ Delete Tasks;
✔️ Edit and Update;
✔️ Checks Internet Connectivity;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/KingsleyAmankwah/crud-app

# Backend dependencies
npm install

# Frontend dependencies
cd frontend
npm install

# Usage
Rename the .envexample to .env and add your MONGO_URI

# Run Server
npm run server

# Run Frontend
npm run client

About

CRUD-APP for Mern stack developers starting out their journey

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published