Giter VIP home page Giter VIP logo

backend-development's Introduction

Backend Development

Getting Started

1) clone the repository

git clone https://github.com/mohsinogen/backend-development.git

2) go into any sesssion

cd session1

3) install nodemon

npm install nodemon

4) in project's package.json file add below line in the scripts

"start": "nodemon index.js"

5) run the below command to install any required dependency

npm install

6) run the below command to run the project

npm start

Packages

express - web framework

cors - to enable CORS with various options

dotenv - to read env variables from .env file

express-async-handler - to handle async function inside express

morgan - to maintain logs of http requests

colors - to print console.log in color

multer - to handle files

jsonwebtoken - to sign and verify JWT token

mongoose - to connect with MongoDB database

backend-development's People

Contributors

mohsinogen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.