Git Product home page Git Product logo

technojam-backend's Introduction

TechnoJam-Backend

To run project on local machine, clone and run following command

$ npm install

Update database connection in config/database.js, then

$ npm start

Backend-Documentation

https://docs.google.com/document/d/1elVM-fg0MhMWCH4XzALXeTa7yVwEUege9HNEcUn7D34/edit?usp=sharing

technojam-backend's People

Contributors

aanurraj avatar danishjamal104 avatar dwivediabhimanyu avatar honeycoder96 avatar lakshya-20 avatar lazycipher avatar mohdorusaid avatar ravisaxena23 avatar thunder80 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

technojam-backend's Issues

Modify userSchema

Add the below-mentioned fields in UserSchema.

  • Github Profile Url (type:String, required:false)
  • Linked Profile Url (type:String, required:false)

No codes for error messages.

An error code should be sent along with error message to handle exceptions better.
Is:

return res.status(400).json({ msg: 'Email doesnt exist' });

Should be:

return res.status(400).json({ code: 'EMAIL_NOT_FOUND ', msg: 'Email doesnt exist' });

Relevant section: /routes

Create documentation of Routes and error messages

Inside docs folder the static index.html file is used to provide reference of available routes to the developers.

Current State: It's a simple table in which information is displayed which is not responsive as well.

Desired State:: A responsive documentaion of available routes.

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.