Skip to content

ingointo/MedicIne-Store-Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical-Store-Backend

Getting Started with Medical Store Backend C R U D Operations

This project was bootstrapped with Express Generator.

Installation

  1. Clone the repository: https://github.com/ingointo/MedicIne-Store-Back-End.git
  2. Change directory: cd project-name
  3. Install dependencies: npm install || you don't nedd to install dependencies because node modules is already in this file

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run dev

Run the app in the nodemon mode.
Nodemon tools that help automatically restarting the node Application when file changes in the directory are detected. know more.

npm install

Download & install node modules for start, modules were installed using package.json .\

Learn More

To learn Express, check out the Express documentation. To learn MongoDB, Basic CRUD operation check out the MongoDB documentation. To learn NodeJs, check out the NodeJs documentation.

Express Project installation guide Quickly create an application skeleton

npx express-generator

Default view engine will be set to pug New Express-Generator Project.
You can choose Which template engine you want pug hbs ejs hbs is similarly like html

you wan't to choose

hbs or jade

npx express-generator --hbs

After successfully install the skelton you go next step .
which directory you installed express skelton cd <filename> start project npm start mentioned above

Technologies Used

  • Node Js
  • MongoDB
  • Express.Js
  • Bootstrap 5
  • pug(jade)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published