Skip to content

This server is made to serve the MSN-Messenger app develop by Gabriel Godoy. This applications is capable to register users and messages in order implements a real time chat.

License

Notifications You must be signed in to change notification settings

Guilherme-FCM/MSN-Messenger-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 MSN-Messenger-Server

Node.js server for real time chat

About | Installations | How to Use | Documentation | Technologies | License

😁About

This server is made to serve the MSN-Messenger app develop by Gabriel Godoy. This applications is capable to register users and messages in order implements a real time chat.

👨‍💻Installations

To use this API, it's require install in your computer:

🚀How to Use

  1. Copy the .env.example to a new file called .env and configure your database and application port

  2. Create a database, for example:

create database "msn-messenger"
  1. Execute the commands below in project directory to use this API in your computer:
# Install dependencies
npm install;

# Create database
npm run migrations;

# Run project in development mode
npm run dev;

# Runing in http://localhost:3333/

Technologies

License

This project is under the license MIT.

About

This server is made to serve the MSN-Messenger app develop by Gabriel Godoy. This applications is capable to register users and messages in order implements a real time chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published