An open API service indexing awesome lists of open source software.

https://github.com/idembele70/touiteurback

Cloning Twitter backend
https://github.com/idembele70/touiteurback

authentication ci-cd e2e expressjs github-actions issues nodejs playwright pull-requests typescript

Last synced: 3 months ago
JSON representation

Cloning Twitter backend

Awesome Lists containing this project

README

          

# TouiteurBack

Table of contents


  1. about-the-project

  2. Routes

  3. built-with

  4. authors

  5. license

  6. contact

## About the project

The goal of this project is to create a Node.js server in TypeScript capable of managing the following functionalities: posting, reading, and deleting tweets, registering and authenticating users, as well as managing their profiles. The server should be able to store data in a database and ensure the security of transactions through encryption and authentication protocols. Unit and integration tests should be put in place to ensure the quality of the produced code.

## Routes

![design of the routes](./src/public/assets/design/routesContainer.png)

## Folder Structure