Code Monkey home page Code Monkey logo

portfolio-backend's Introduction

Full-Day Build Backend

The Goal of Today is to give you a day to build a Full-Stack Portfolio website using Express and React. Follow the Lab to build and deploy your backend Express app and your Frontend React app then customize both to your liking!

Take advantage of the day to ask questions of the instructional team throughout the day.

Express and React Lab

During this lab, we will be creating a full-stack portfolio page using Express and React to see how you can create a full-stack project using a simple API build with express and a frontend application with React.

Getting Started

  • Open up your terminal inside the backend folder
  • create a new npm project with the command npm init -y
  • install the following
    • npm install express cors
    • npm install --save-dev nodemon

What we installed

  1. express: The backend web framework for generating a web server
  2. cors: middleware to make sure we don't get cors errors when our react app makes a request to our express app
  3. nodemon: development tool to auto-restart our server whenever
  4. update the package.json with the following scripts
Continue to follow the instructions within the notion.

portfolio-backend's People

Contributors

trizzlenova 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.