haguse / etecube-mern

MERN CRUD App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A records system using MongoDB, Express.js, React.js, and Node.js with real-time CRUD operations using Redux. REST API was implemented on the backend (for auth).

Logo

Prerequisites

  • Node.js
  • npm
  • MongoDB

Installation

Clone the repo

git clone https://github.com/haguse/etecube-mern

Frontend Installation (Port 3000)

cd client
npm i
npm run start

Backend Installation (Port 1337)

Make sure MongoDB service is running.

cd server
npm i
npm run dev

Built with

  • ReactJS
  • Redux
  • styled-components
  • Ant Design
  • MongoDB
  • Express
  • Node.js

About

MERN CRUD App

License:MIT License


Languages

Language:JavaScript 93.1%Language:CSS 4.5%Language:TypeScript 1.3%Language:HTML 1.1%