Pull down this repo
Run the two scripts that are in the SQL folder. These will create the Tabloid database and add some test data. The database it creates is identitical to the prototype from the last MVC sprint, except now we're capturing the FirebaseUserId
in the UserProfile table
Everyone on the team should create their own Firebase project. Each team member should do the follow steps in the firebase console:
FirebaseUserId
column for the same users in your SQL Server database.Go to the appSettings.Local.json.example
file. Replace the value for FirebaseProjectId with your own
Rename the appSettings.Local.json.example
file to remove the .example
extension. This file should now just be called appSettings.Local.json
Open your client
directory in VsCode. Open the .env.local.example
file and replace __YOUR_API_KEY_HERE__
with your own firebase Web API Key
Rename the .env.local.example
file to remove the .example
extension. This file should now just be called .env.local
Install your dependencies by running npm install
from the same directory as your package.json
file
The company has hired a designer and here are the mock-ups they provided.
NOTE: Styling should NOT be prioritized over functionality. UI/UX is important, but it's more important that you focus on the code.
NOTE: (The quill logo seen in some of the mockups is provided for you inside of the images folder along with the other mock-ups to use as needed!)
These are the hex codes for the colors used in the mockups
#db534b
#6c767d
#343a40
#5bb8a6