MongoDB Node.js React Express
The project was spent about 3-4 weeks, taking into account the time to study.For the development are used:
MongoDB - database of documents
Express(.js) - Web framework of Node.js
React(.js) - Customer JavaScript framework
Node(.js) is the main JavaScript web server.
The development of the online store was carried out in several stages.The first step was to develop a server part of the program.This is: creating an express server, connecting to the MongoDB BD, working with data that involves adding, deleting, editing data.Overall in the program 3 table: Customers, Products, Comments.The client table contains the following fields: user ID, e-mail, password, the post that the user created and the date of creation of the post.The table of goods contains the following fields: Product/Post ID, author's email, title, text, price, picture, comment mass, creation date.The comment table contains the following fields: comment ID, comment text, date of creation.Possibilities and functions of the online store:
Registration and authorization of the user using the password hashing function (bcrypt).Creating, deleting, editing, reviewing posts.View all posts on the main page.Check out your posts.Adding the comments.#Web development #web sites #web sites #node.js #react #mongodb #express
MongoDB - database of documents
Express(.js) - Web framework of Node.js
React(.js) - Customer JavaScript framework
Node(.js) is the main JavaScript web server.
The development of the online store was carried out in several stages.The first step was to develop a server part of the program.This is: creating an express server, connecting to the MongoDB BD, working with data that involves adding, deleting, editing data.Overall in the program 3 table: Customers, Products, Comments.The client table contains the following fields: user ID, e-mail, password, the post that the user created and the date of creation of the post.The table of goods contains the following fields: Product/Post ID, author's email, title, text, price, picture, comment mass, creation date.The comment table contains the following fields: comment ID, comment text, date of creation.Possibilities and functions of the online store:
Registration and authorization of the user using the password hashing function (bcrypt).Creating, deleting, editing, reviewing posts.View all posts on the main page.Check out your posts.Adding the comments.#Web development #web sites #web sites #node.js #react #mongodb #express