Skip to content

saloni137/CC-template

Repository files navigation

Node.js Express CC Project Template

This is a sample CC project built on top of the NodeJS, ExpressJS and Mongoose.

Project Overview

This project includes sample user collection its basic CRUD routes.

Table of Contents

Prerequisites

  • Node.js > 14

Installation

  • Add/update .env
  • npm i
  • npm run start
  • Run localhost:5000 in browser to access routes directly.
  • Postman collection is available at Postman

Folder Structure

.
├── controllers
│   └── User controller methods
├── database
│   └── database connection, models and db service
├── views
│   └── // template files
├── routes
    └── application routes
├── app.js
└── ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published