Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

cakefuelled/mysecurebank-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySecureBank

Learn Web Application Security by doing!

Getting started

Run the following commands to get started.

You will have to set your credentials on the .env file. For now, copy the .env.example file

$ cp .env.example .env

You can edit .env later with your own credentials (which won't be committed to the repository).

You'll need Node.js and MongoDB to execute this.

$ npm install # or yarn install
$ node app.js

Contributors

Add yourself to his list if you've worked on the project!