Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 824 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 824 Bytes

Diaries Backend

How To Use?

Step 1 : Installation of required modules


You need to use `npm install` command at the Backend folder 
to create a fresh node_modules/ folder with required packages

Step 2 : Running Application


For development purposes;

    You should prepare environment settings based on sample.env file. 
    Then you can install `nodemon` package globally via 
    `npm install nodemon -g` command. After a successfull installation,
    Please type `nodemon server.js` in the Backend/ folder and keep smile :)


For Production purposes;

    This is a secret area.

Swagger

You can find swagger at http://HOST:PORT/api-docs