expressjs-project

Express JS Directory Structure Project, With MongoDB Mongoose

Usage no npm install needed!

<script type="module">
  import expressjsProject from 'https://cdn.skypack.dev/expressjs-project';
</script>

README

expressjs-project

A Basic Setup for Express JS

Use this project to directly access expresss js structure in your project.

Built in Features

  • Custom Routes : Built in routes
  • Controller for different task is defined
  • Mongoose Connection
  • Example Models for users and Posts crud operation
  • Mongoose Joining example