Skip to content

jmjNodeJs/express-modular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a repo for express framework with modular structure

'clone this repository'

Install dependencies

run npm install

Run the project

After completing the installation, you can run npm start (OR node index.js) in root directory

And checkout http://localhost:8001

http://localhost:8001/users?id=1

Try userFriendly URL

http://localhost:8001/users/1

#Login (POST) http://localhost:8001/login

{
username:admin,
password:admin
}

Prepared By

JMJ

About

Express with modular structure for nodeJs project and routing in simple way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published