Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

JavaScriptsShare/rest-api-tutorial

 
 

Repository files navigation

This sample is published as part of the blog article atwww.toptal.com/blog:

Visitwww.toptal.com/blog and subscribe to our newsletter to read great posts

Before using

  • Please make sure that you have:
  • node.js installed (https://nodejs.org/)
  • have mongodb installed and running locally (https://www.mongodb.com/)
    • Using Windows, just open the terminal at where you installed mongo and runmongod.exe
  • run npm install in your root project folder

Usage

To run the project, please use a command line the following:

  • npm start
    • It will run the server at port 3600.

2019-09-13 update

  • Refactored mongoose to a proper common service.
  • Added a Dockerfile and docker-compose configuration.

If you are familiar to docker and you have docker installed on your machine and just want to run the project without issues please do:

  • docker-compose build
  • docker-compose up
  • It will run the mongodb at port 27017 (for testing purposes only).
  • It will run the server at port 3600.

2020-02-01

I've created a 2020 version of this project using Typescript. If you might be interested on it, please check the following repository:https://github.com/makinhs/expressjs-api-tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript99.0%
  • Dockerfile1.0%

[8]ページ先頭

©2009-2025 Movatter.jp