Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 876 Bytes

A Simple Listing Application Backend built with TypeScript.

An example Listing App built using React, Redux, Node/Express, TypeScript and MongoDB.

This is a PWA web app with firebase cloud messaging, push notification and install prompt on mobile. Listing will be saved in cache to view later if you will click on the Heart(favorite Icon). You will be prompted to install app to your homescreen when you click on mobile.

You register an account,login and post ad. Ads can be searched. You can find category wise ads.

Development

git clone https://github.com/mohsinvirk/listing-app-backend.git
cd pwa-listing-app-frontend
yarn # or npm install
yarn start # or npm start