Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

w3labkr/nodejs-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expressjs Init

Expressjs server starter project.

Demo

Check out the demo at codesandbox.

Directory Structure

o
|-- backend/
|   |-- configs/
|   |   `-- databases.json
|   |-- middlewares/
|   |   `-- authenticate.js
|   |-- models/
|   |   |-- db.connection.js
|   |   `-- db.js
|   |-- public/
|   |   |-- assets/
|   |   |   |-- css/
|   |   |   `-- js/
|   |   |-- vendor/
|   |   `-- index.html
|   |-- routes/
|   |   `-- index.js
|   |-- views/
|   |   `-- index.ejs
|   `-- app.js
`-- frontend/
    `-- index.html

License

licensed under the mit license

About

Node express server starter project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors