Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.12 KB

README.md

File metadata and controls

63 lines (44 loc) · 2.12 KB

CoderSchool Mail

This is a documentation of how to create web application in MERN stack from scratch. The app allow user to send email to other users within the app platform. This is project is a good excercise for building one of your familiarize with the Mongo database.

Features

  • User management and login flow
  • State management with redux
  • CRUD for messages
  • Error handling and notification
  • And more..

Implementation

Server side

When developing a full-stack web, it is common to have the web's backend develop prior to front-end. One of the main reason is that it would be easier to have database ready when implementing the front-end logic of the web.

Project setup

Basic Features

Client side

We will use our newly built Apis from the previous BackEnd instructions:

https://localhost:5000

API Documentation

Let's get started:

Project setup

Basic Features