Skip to content

teejay4u/Project_4_MEAN_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project_4_MEAN_Stack

Implementing a Book-registry using Mean_stack module

1. updating and upgrading machine (sudo apt update / sudo apt upgrade)

updating_machine

Upgrading_machine

2.Adding Node certificates (sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates) 9curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -)

Adding_node_certificates

3. Installing nodejs, mongodb and npm (Sudo apt install nodejs -y) (sudo apt install mongodb -y) (sudo apt install npm -y)

Installing_nodejs

Installing_mongodb

Installing_npm

4. starting mongodb service (sudo service mongodb start)

Starting_mongodb_service

5. Creating server.js file and copying code into it (Vi server.js)

Server.js

6. Installing express and mongoose (sudo npm install express mongoose)

Instaling_Express_Mongoose

7. Creating and updating routes.js

routes.js

Accessing routes with Angular. AngularJS provides a web framework for creating dynamic views in the web applications. AngularJS was used to connect our web page with Express and perform actions on our book register

updating_index.html_file

opening security group to port 3300 in aws console

opening_port_3300

Final application running in web browser

Application

About

Implementing a Book-registry using Mean_stack module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published