GithubHelp home page GithubHelp logo

Comments (3)

kaushambisharma avatar kaushambisharma commented on May 18, 2024

👍

from intermediate-node-course.

github-learning-lab avatar github-learning-lab commented on May 18, 2024

Great let's get this project started!

First, by signing up for this class, a starter repository was copied to your GitHub account. Start by cloning this project and installing dependencies:

git clone https://github.com/kaushambisharma/intermediate-node-course
cd intermediate-node-course
npm install

You will also need to install the free community edition of MongoDB for Windows, Mac, or Linux. Follow the installation directions for your OS.

If you followed the instructions above, you should have set the path to the MongoDB bin to your environment variables. You will need to close and reopen your console before the new environment variables are registered. Test if it is installed and configured with this command: mongod --version. If you see a version printed, then start up the database server by entering: mongod.

We are going to be testing our API using Postman. You can install it for free here

There are some express routes already setup in the server.js file. Also, we are using the "nodemon" package in this so our server restarts automatically. Open a new console and start the server by running this command:npm run start. You should see the message from our app.listen method and some statements about nodemon watching for changes.

Here's a handy checklist of what you'll need to get started on this project:

  • MongoDB installed and configured
  • Node.js and Git installed and configured
  • Project cloned and dependencies installed
  • Postman installed
  • A console running the local mongoDB server (with the "mongod" command)
  • A console with "nodemon" watching your server.js file.

Once you've completed the list, close this issue for the next steps.

from intermediate-node-course.

github-learning-lab avatar github-learning-lab commented on May 18, 2024

Alright, let's get coding! 👨‍💻

Click here for the next step.

from intermediate-node-course.

Related Issues (2)

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.