Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 781 Bytes

File metadata and controls

33 lines (26 loc) · 781 Bytes

Z Coder

Prerequisite

Make sure you have Node.js and npm installed. Also, ensure you have MongoDB installed locally or accessible via a cloud service.

Installation

Clone the repository and install dependencies:

git clone [https://github.com/Deltagreedy/zcoder_final]
// Install backend dependencies
cd backend
npm install
// Install frontend dependencies
cd frontend
npm install

Usage

// in backend
nodemon server

// in frontend
npm run start

Built With:

Node.js - Backend JavaScript runtime
Express.js - Web application framework for Node.js
React - Frontend JavaScript library
MongoDB - NoSQL database

Collaborators:

@dhruv-garg-14 @Deltagreedy