Skip to content

amp-music/gigsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GigSite

GigSite contains frontend and backend directories.

Installation

Use npm to install dependencies in both client and server.

cd frontend
npm install
cd ../backend
npm install

Usage

Run client & server on different CLI tabs:

$ cd backend && python manage.py runserver
$ cd frontend && npm run dev

Contributing

Create as many branches as necessary to complete your project.

For pushes to master or merge pull requests, please contact [email protected].

Copyright

Copyright (C) ampmusic.co LLC - All Rights Reserved Unauthorized copying of this repository, via any medium is strictly prohibited Proprietary and confidential Written by ampmusic.co, September 2021