Skip to content

cman131/last-season-received-criticism-for-not-happening-in-a-prison-but-it-turns-out-society-is-the-prison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DraftApp

The client was generated with Angular CLI version 7.1.3. The server is a node express application.

Local Development Setup

Install all dependencies:

cd Server
npm install
cd ../client
npm install
cd ..

Create the config.json file in the Server folder:

cd Server
cp config.json.template config.json
vim config.json
cd ..

the imgur key is only necessary for generating tabletop images. All you really need is the Mongodb uri.

Now you can navigate into the Server and Client folders respectively and execute npm run start to being running the server.

cd Server
npm run start

cd client
npm run start

Then navigate to http://localhost:4200 in a brower and you should be able to use the application.

About

A Drafting application for friends online :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published