Code Monkey home page Code Monkey logo

10-cordes-api's Introduction

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

create a .env file in the root directory and add the following variables

# .env
UPLOAD_LOCATION=
# Max 5Mb allowed
MAX_FILE_SIZE=
MAX_FILE_COUNTS=

API_VERSION=
DEV_URL=


JWT_SECRET=

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

10-cordes-api's People

Contributors

elouandacosta avatar dependabot[bot] avatar gh-action-bump-version avatar

Stargazers

 avatar  avatar

Watchers

 avatar

10-cordes-api's Issues

relation user => server model

Ajouter la relation entre la table user et server.

Sur user, on peut voir sur chaque user les servers sur lequels ils sont

Sur server, admin relation user ??

Create the WS channels module

Create the channels module with services and controller.
Create the server channel table to link both

The channel will be use for the message chat and vocal chat

create all the gestion of the files

Create the server files gestion, the photos server for now. And create the user's files gestion, the user's photos for now.
Delete the old custom profile picture if != defaultphoto

Voice channels

Create the voice channel features.

  • Ws server for the voice channel.
  • Create a voice channel on a server.
  • Join a voice channel.

Friends features

Create the friend module and add findOne and addFriend methods and controllers.

refactor the ws

refactor all the ws to have the authentication on it an use the database with the user and the server

Add config

Add configuration with sequelize for dev and prod env.
Config with the migration too.

docker deployment

create all the docker deployment with static data to test the project

server message with the websocket

send message on the server when login with websocket

check if the user who send the request is legal to the user who is in the token

Friends accept or deny request

Add the methods and controllers to accept or deny a friend request.
Add a getAllRequests and getAllUserRequests methods and controller.
Add a getOneUserRequest with just the email of the user sending the request in param.

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.