nodejs-express

Node express server starter project.

View the Project on GitHub w3labkr/nodejs-express

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