sarojkumar007 / mern-bootcamp

Excercise/Project build during MERN Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-bootcamp

Excercises/Project files built during MERN Bootcamp.

Get Started

This project contains both front-end and back-end for an example t-shirt store built during MERN bootcamp course study.

View

  • Run Mongo Daemon locally, then Open Terminal and type sudo service mongod start
  • Then Run backend by typing,
    cd back/
    npm start
  • Run front-end by typing,
    cd ../front/
    npm start

Development

Initially follow these steps

  • Install Dependencies for back-end by typing,
    cd /path/to/project
    cd back/
    npm i
  • Similarly for front-end,
    cd ../front/
    npm i
    cd public/
    npm i
  • For CSS, start watch by typing,
    npm start
  • Then follow steps for View and start developing

Build and Deploy

Build CSS

After development, build css by typing,
cd /path/to/project/front/public
npm run build:css

Build React

Build React by typing,
cd ../front/
npm run build

Technologies Used

  • Node.js and Express
  • MongoDB
  • React.js
  • Sass (CSS Preprocessor)
  • REST API (Back-end)
  • AJAX (Front-end)
  • MVC Architecture

Designed By

Saroj Kumar Sahoo - sarojkumar007

Portfolio

Feel Free to pull request. Thanks

About

Excercise/Project build during MERN Bootcamp

License:MIT License


Languages

Language:JavaScript 85.8%Language:SCSS 12.9%Language:HTML 1.0%Language:CSS 0.3%