Skip to content

KashishShakya/Mini-OLX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini OLX Platform

A small OLX-like application where users can register, log in, and perform CRUD operations (Create, Read, Update, Delete) on products. Built with Flutter (frontend) and Node.js + Express + MongoDB (backend)

Steps to Setup

Clone the Repository

git clone https://github.com/KashishShakya/Mini-OLX
cd Mini-OLX>

Backend Setup

cd backend
npm install

Create a .env file

PORT=5000
MONGO_URI & JWT_SECRET

npm start

Frontend Setup

cd frontend
flutter pub get

In product_service.dart or auth_service.dart, make sure base URL matches the backend:
final String baseUrl = 'http://10.0.2.2:5000'; // for Android emulator // or final String baseUrl = 'http://localhost:5000'; // for web/desktop

flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors