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.
- β 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
π¨ FRONT-END TECHNOLOGIES | βοΈ BACK-END TECHNOLOGIES | ποΈ DATABASE & LIBRARIES |
---|---|---|
π» PLATFORM | βοΈ EDITOR |
---|---|
-
- 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 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 all dependencies mentioned below.
- Install Nodemon globally for development.
- Nodemon is only required for development.
npm install
npm install nodemon -g
-
- 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/