Coder Social home page Coder Social logo

0mbudsman / se-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jarviss77/devsync-backend

0.0 0.0 0.0 170 KB

Collaborative Workspace Management web app backend

Home Page: https://se-backend-2uxn.onrender.com

License: MIT License

JavaScript 98.61% Dockerfile 1.39%

se-backend's Introduction

SE-Backend

Tech Stack Used

  • NodeJS - Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.

  • ExpressJS - Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License.

  • MongoDB - MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

  • Prisma ORM - Prisma is a next-generation ORM that can be used to interact with a database. It is a modern database toolkit that makes it easier for developers to build and scale data-intensive applications.

  • AWS S3 - Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.

Dependencies

You npm/yarn installed in your device to run this project.

How to Setup this project

  • Make sure your Machine is having internet connection.
  • Fork this repository.
  • Open shell (which ever your OS support) on your PC.
  • Change the directory to the location where you want to clone this repository.
  • Clone the repository
git clone <repo-link>
  • Once cloned, Run the following command in the root directory of the project
npm install
  • Run the project
npm start
  • Make sure you have required enviornment variables saved in the .env file in the root of the project.

Reference Links

Project Structure

/
|-- controllers/
    |-- auth.controllers.js
    |-- image.controllers.js
    |-- member.controllers.js
    |-- organisation.controllers.js
    |-- task.controllers.js
    |-- user.controllers.js      
|
|-- middlewares/                  
    |-- auth.middlewares.js  
    |-- checkcreator.middlewares.js  
    |-- isAssignee.middlewares.js 
    |-- isAssigner.middlewares.js
|
|-- prisma/                    
    |-- schema.prisma       
|
|-- routes/                   
    |-- v1/
        |-- auth.routes.js
        |-- image.routes.js
        |-- member.routes.js
        |-- organisation.routes.js
        |-- task.routes.js
        |-- user.routes.js
        |-- v1-main.js
    |-- index.routes.js
|-- utils/
    |-- statuscodes.util.js
|-- config/
    |-- aws.config.js  
    |-- db.config.js          
|-- app.js


Live Deployment

  • The backend of this project is deployed on Render.com and can be accessed using the following link: SE-Backend

se-backend's People

Contributors

jarviss77 avatar thehackerash avatar 0mbudsman 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.