Skip to content

Basic mail application with admin and regular user interfaces.

AytacAnil/Mean-Stack-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In this repository, we have a Web Application made with MEAN stack.

Server side developed using Node.js, Express, Mongoose Client side developed using Angular, Bootstrap, Material

Users must authenticate to use the application on the client side. There are two user types: Admin and Regular.

Admin can add, update, delete users and can see all the users in the database. Admin and regular users can send message, read inbox and outbox.

Server side listens at port 3000 and Client side is at port 4200 by default.

Prerequisites:

Node, Angular Cli
MongoDB with database named 'test'

Install dependencies:

Navigate to server npm install
Navigate to client npm install

Run:

Navigate to server node app.js
Navigate to client ng serve

Default admin for login:

username= admin password= 1357

About

Basic mail application with admin and regular user interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published