Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 410 Bytes

File metadata and controls

23 lines (11 loc) · 410 Bytes

How to run the project

Node: 18.10.0

Database: MongoDB

Angular: 15

Base used: https://github.com/bezkoder/mean-stack-authentication-authorization

MongoDB is running in mongodb://127.0.0.1:27017/mean

npm install to install dependencies

node(mon) server in node-js-server root to run server

ng serve --port 0000 in angular-15-client root to run the frontend

Lauri Tirkkonen