Giter VIP home page Giter VIP logo

analetica-backend's Introduction

Hello World!

Myself Akhil Badoni, a Competitive Programmer, Web Developer pursuing Bachelors of Technology from IIIT, Gwalior.
  • ๐ŸŒฑ Iโ€™m currently learning Loopback

  • ๐Ÿ’ป Iโ€™m looking to collaborate on Web Dev Projects

  • ๐Ÿ’ฌ Ask me about Javascript, Node, Express, Data Structures

  • ๐Ÿ“ซ Reach me at [email protected]

Languages and Tools:

bootstrap c cplusplus css3 express git heroku html5 javascript linux mongodb nodejs postgresql postman

๐Ÿค Let's Connect At-

Linkedin Badge Gmail Badge

analetica-backend's People

Contributors

imakhil24 avatar onprem avatar sushantbasak avatar

Watchers

 avatar  avatar

analetica-backend's Issues

Bootstrap Database

Setup a database connection during server start and pass it to the controllers.

Bootstrap the backend server

Initialize the Node.js server:

  • Create a Node package by doing yarn init -y or npm init -y in the backend directory.
  • Setup typescript
  • Add dependencies like express
  • Setup a basic Express server with a /health endpoint, i.e adding a simple route like
app.get('/health', function (req, res, next) {
  res.json({status: 'UP'});
});

Store JWT inside DB

It may happen that the user wants to perform logout from all devices. Then the devices which are holding cookies will be able to access as the API will not be able to delete from them.

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.