Giter Club home page Giter Club logo

brief-fight-club-api's Introduction

Fight club project - API Node TypeScript Postgres

To start you have to type this line to install dependencies

(Pour commencer tu dois écrire cette ligne de commande dans ton bash pour installer les dépendances)

npm i

Dependencies :

  • express

Dev dependencies :

  • @types/express
  • typescript
  • ts-node
  • nodemon

Important

You have to create your own .env.local file based on .env.template file

(Tu dois créer ton propre fichier .env.local en prenant comme modèle le fichier .env.template)

Info init project

You don't have to do this, I already executed it while project initialization.

(Tu n'as pas à executer, c'est ce que j'ai fais pour initialiser le projet)

Initialization of package.json file

npm init -y

Initialization of .git hidden folder

git init

Initialization of .gitignore file and add node_modules in it

echo node_modules >> .gitignore

Initialization of tsconfig.json file

tsc --init

and comment this option "esModuleInterop": true

Installation of dependencies :

npm i express

Installation of dev dependencies :

npm i -D typescript @types/express ts-node nodemon

brief-fight-club-api's People

Contributors

jeremy-bojko avatar sharglutdev avatar

Watchers

 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.