Skip to content

RyxnDmello/WebApp-NodeJs-Codexo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Top


β™₯️ FULL STACK WEB APPLICATION

πŸ“‚ CODEXO

Codexo is an Informative Web Application dedicated to providing insight into leading technology. The main goal of this web application is to provide information about different types of code editors, popular frameworks and modern languages. The web application will focus mainly on the front-end aspect but will also have a simple registration and feedback page. There will be separate pages dedicated to the different types of code editors, frameworks, and languages, mainly focusing on the front-end aspect.


πŸ› οΈ FEATURES

  • βœ… User Authentication System - Mongoose ODM
  • βœ… User Account Encryption - Mongoose ODM
  • βœ… MVC Structured Business Logic - Express.js
  • βœ… Dynamic Rendering (SSR) - Express.js & EJS
  • βœ… Implemented Server Sessions - Express.js
  • βœ… Interactive UI Elements - JavaScript & CSS

πŸ“· MEDIA

1
2

πŸ“· MORE MEDIA

3

4

5

6

7

8

9


πŸ€– TECHNOLOGY

πŸš€ FRAMEWORKS & LIBRARIES

🎨 FRONT-END TECHNOLOGIES βš’οΈ BACK-END TECHNOLOGIES πŸ—ƒοΈ DATABASE & LIBRARIES
HTML5 NodeJS MongoDB
CSS3 Express.js Mongoose
JavaScript Nodemon
NPM

βœ’οΈ PLATFORM & EDITOR

πŸ’» PLATFORM ✏️ EDITOR
Windows 11 Visual Studio Code

πŸ“Œ DOWNLOAD & RUN

  • Get the Repository

    • Click the green <> Code button.
    • Download the zip folder locally.
    • Unzip the folder to find the project.
    • Or, you can clone the repo instead.
    • Or, you can fork the repo first.
git clone https://github.com/RyxnDmello/WebApp-NodeJs-02.git
  • Install the Environment

    • Install the latest Node.js version.
    • NPM should be installed with Node.
    • Open the project in your preferred IDE.
    • Open the terminal at the project location.
  • Install Dependencies

    • Install all dependencies mentioned below.
    • Install Nodemon globally for development.
    • Nodemon is only required for development.
npm install
npm install nodemon -g
  • Run Local Server

    • First, we must start the node server.
    • We can use node to preview the app.
    • Or, We can use nodemon for development.
    • Finally, enter the URL in the address bar.
node app.js
nodemon app.js
localhost:1000/

πŸ’Ž YOUR FEEDBACK WOULD BE HIGHLY APPRECIATED

portfolio LinkedIn Discord Twitter Instagram WhatsApp


✌️ THANK YOU, VISIT AGAIN


Bottom