/shopping-portal-example

A dynamic shopping portal application built using MongoDB, Express, Angular, and Node

Primary LanguageTypeScript

shopping-portal-example

A dynamic shopping portal application built using MongoDB, Express, Angular, and Node

Usage

Clone the repository, create a .env file in the top-level directory, add your MongoDB uri as a variable, i.e. MONGODB_URI=mongodb+srv://username:password@cluster0.2zxmb.mongodb.net/dbname?retryWrites=true&w=majority, and then run npm i and npm start. Start the api server by running nodemon .\src\server\server.js .