Skip to content

yanyansimp/xigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is created in React.js and Asp.net Core 2.1

Developed by Harvey S. Montanez - Frontend Developer Rheyan Keneth B. Pahuyo - Frontend/Backend Developer

  1. Clone the project by running terminal. Go to the directory and clone the project by running

git clone https://github.com/yanyansimp/xigma.git

  1. After the project has been successfully cloned, run the npm install at the client-app

cd client-app

npm install

  1. At the project level run dotnet restore

cd xigma

dotnet restore

  1. Create a user-secrets on the API level

cd API

dotnet user-secrets set "TokenKey" "super secret key"

  1. At the API level create appsettings.json

Paste this configuration and save

{ "ConnectionStrings": { "DefaultConnection": "Data source=pregiato.db" }, "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*" }

  1. Run npm start at client-app

cd client-app

npm start

  1. Run dotnet watch run at API

cd API

dotnet watch run

Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages