Skip to content

shubhamkakirde99/connect-4-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4 Backend

This project is a WIP currently

To run the backend locally, in the project directory, run the following commands:

  1. npm install

  2. create a database_configs.ts file in the root dir and add the following lines to it:

    export default {
    userName: "your_mongo_db_username",
    password: "your_mongo_db_password"
    };
  3. npm start

About

This is the express backend repo for an online multiplayer connect-4 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published