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

https://github.com/dnglokpor/tanks-game


https://github.com/dnglokpor/tanks-game

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Welcome to the ExpressTanks3 App
==================================================

This is the starting code for CSCI 333 - Computer Networking's ExpressTanks app.

What's Here
-----------

This sample includes:

* README.md - this file

Getting Started
---------------

Some paragraph on using the tank app

1. Install Node.js on your computer. For details on available installers visit
https://nodejs.org/en/download/.

2. Install NPM dependencies:

$ npm install

3. Start the development server:

$ node server.js

4. Open http://127.0.0.1:3000/ in a web browser to view your application.

What Do I Do Next?
------------------

Once you have a virtual environment running, you can start making changes to
the sample Express web application. We suggest making a small change to
/public/index.html first, so you can see how changes pushed to your project's
repository are automatically picked up and deployed to the Amazon EC2 instance
by AWS Elastic Beanstalk. (You can watch the progress on your project dashboard.)
Once you've seen how that works, start developing your own code, and have fun!

To run your tests locally, go to the root directory of the
sample code and run the `npm test` command, which
AWS CodeBuild also runs through your `buildspec.yml` file.

To test your new code during the release process, modify the existing tests or
add tests to the tests directory. AWS CodeBuild will run the tests during the
build stage of your project pipeline. You can find the test results
in the AWS CodeBuild console.

Learn more about AWS CodeBuild and how it builds and tests your application here:
https://docs.aws.amazon.com/codebuild/latest/userguide/concepts.html

Learn more about AWS CodeStar by reading the user guide. Ask questions or make
suggestions on our forum.

User Guide: http://docs.aws.amazon.com/codestar/latest/userguide/welcome.html

Forum: https://forums.aws.amazon.com/forum.jspa?forumID=248

What Should I Do Before Running This Project in Production?
------------------

AWS recommends you review the security best practices recommended by the framework
author of your selected sample application before running it in production. You
should also regularly review and apply any available patches or associated security
advisories for dependencies used within your application.

Best Practices: https://docs.aws.amazon.com/codestar/latest/userguide/best-practices.html?icmpid=docs_acs_rm_sec