/tweteroo

Primary LanguageJavaScript

API Tweetero 🐦

Table of contents

Project Description

My first back-end project is the implementation of Tweetero API, a Twitter clone, using Node and Express.

Technologies

NodeJS Express.js JavaScript ESLint NPM Visual Studio Code Git

Status

status-finished

Running the project

  1. Clone the repository:
    $ git clone https://github.com/akiraTatesawa/tweteroo.git
  2. Navigate to the server directory:
    $ cd tweteroo/server/
  3. Install the dependencies:
    $ npm install
  4. Run the server in dev:
    $ npm run dev
    Server response
    > server@1.0.0 dev
    > nodemon ./src/index.js
    
    [nodemon] 2.0.16
    [nodemon] to restart at any time, enter `rs`
    [nodemon] watching path(s): *.*
    [nodemon] watching extensions: js,mjs,json
    [nodemon] starting `node ./src/index.js`
    
    Server is running...