-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
JainalGandhi edited this page May 23, 2020
·
18 revisions
- Ensure you have installed the
.NET Core 3.1
SDK. If using Visual Studio, also ensure theASP.NET and Web Development Tools
package is installed. - Ensure
NPM / NodeJS
is installed to run the frontend.
We recommend the usage of Visual Studio for the development of the backend and your choice of text editor for the frontend.
- Find and open
WediumBackend.sln
in./WediumBackend
. - Add the
WediumDatabase
connection string andJwtSecret
intoappsettings.json
(contact a team-member to obtain values). - Build the project and launch
WediumAPI
in Visual Studio. This will install the necessary NuGet packages and launch IISExpress.
- Naviagate to the frontend folder in
./WediumFrontend
in a command line tool. - Run
npm install
in the command line tool to download and install frontend dependencies. - Edit the .env.development file in ./WediumFrontend. Add the required settings (contact a team-member to obtain values).
- Run
npm run start
in the command line tool to start the React development server. - The default internet browser will redirect to the home page (
http://localhost:3000/
). This should be successfully connected to the backend.
Contact a team member to obtain details regarding the database.
Also, be sure to read about our license, code and GitHub conventions and our Git Workflow.
Jainal Gandhi | Harman Lamba | Eric Leung | Salma Sanad
Made with love 👨👨👧👦💖