Skip to content

Commit

Permalink
Project Profile Update | SIS-97 (#32)
Browse files Browse the repository at this point in the history
* yarn.lock and package.json Files Have Been Updated

* Project Name and Version Has Been Added to package.json File

* README.md File Has Been Updated for Live and Local

* @types/node Has Been Added to package.json File & yarn.lock Has Been Updated

* .env Files Has Been Created for Local API and Live API

* Empty Pages Have Been Deleted & teacher/lesson Page Has Been Fixed

* Officer/Login Pages API URLs Have Been Updated to env SIS_API_URL

* Student/Login Pages API URLs Have Been Updated to env SIS_API_URL

* Teacher/Login Pages API URLs Have Been Updated to env SIS_API_URL

* Student/MyInfo Page API URLs Have Been Updated to env SIS_API_URL

* Teacher/MyInfo Page API URLs Have Been Updated to env SIS_API_URL

* Teacher/LessonList Page API URL Has Been Updated to env SIS_API_URL

* Officer/StudentList Page API URL Has Been Updated to env SIS_API_URL

* Officer/StudentSave Page API URLs Have Been Updated to env SIS_API_URL

* Officer/StudentDetail Page API URLs Have Been Updated to env SIS_API_URL

* Officer/TeacherList Page API URL Has Been Updated to env SIS_API_URL

* Officer/TeacherDetail Page API URLs Have Been Updated to env SIS_API_URL

* Officer/TeacherSave Page API URLs Have Been Updated to env SIS_API_URL

* Officer/TeacherLessonSave Page API URLs Have Been Updated to env SIS_API_URL

* Officer/TeacherLessonList Page API URL Has Been Updated to env SIS_API_URL
  • Loading branch information
agitrubard committed Feb 16, 2022
1 parent 18cb108 commit cfdf4b2
Show file tree
Hide file tree
Showing 28 changed files with 534 additions and 4,772 deletions.
3 changes: 3 additions & 0 deletions .env.sis.live
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

SIS_PROFILE=live
SIS_API_URL=https://sis-be.herokuapp.com
4 changes: 4 additions & 0 deletions .env.sis.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

PORT=8586
SIS_PROFILE=local
SIS_API_URL=http://localhost:8585
2 changes: 2 additions & 0 deletions .idea/student-information-system-fe.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,28 @@
```
yarn install
```
or

For Execution
------------------

### LOCAL API
```
yarn build:local
```
npm install
```
yarn dev:local
```

### For Execution
### LIVE API
```
yarn dev
yarn build
```
or
```
npm run dev
yarn dev
```

Local URL : http://localhost:3000/
------------------

Live URL : https://sis-fe.herokuapp.com/
------------------
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
Loading

0 comments on commit cfdf4b2

Please sign in to comment.