Skip to content

kshitizshakya/nodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodex [under_development]

A node-express MVC framework

Requirement :

1. Setup Nodejs

  • install Nodejs
    LINK : https://nodejs.org/en/download/

  • To check if you have Node.js installed, run this command in your terminal:

    node -v

  • To confirm that you have npm installed you can run this command in your terminal:

    npm -v

2. Install all the dependency

  • Run this command in your terminal:

    npm install

Customize config/app.js file to set up your server environment.

Set route in routes/web.js

Set controller in controllers/main.js

Set models in models/main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published