Skip to content

Timeslots endpoint created #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
36301a0
Create .gitignore
TaoLyn838 Oct 21, 2024
a96fc68
Updated && with Milestone 1 required.
TaoLyn838 Oct 23, 2024
b3d276d
Update milestone1.md
drakenevadie19 Oct 23, 2024
dcf1d86
Update milestone1.md
drakenevadie19 Oct 23, 2024
7cbe7f1
Update milestone2.md
parthskansara Oct 30, 2024
44292bf
Update milestone2.md
parthskansara Oct 30, 2024
55868c1
Updated ER diagrams
TaoLyn838 Oct 30, 2024
2170d15
Update wireframes.md
drakenevadie19 Oct 30, 2024
e4d5135
Update wireframes.md
drakenevadie19 Oct 30, 2024
4f23026
Update wireframes.md
drakenevadie19 Oct 30, 2024
75d4e67
Update wireframes.md
drakenevadie19 Oct 30, 2024
c75fa49
Update wireframes.md
drakenevadie19 Oct 30, 2024
158fd80
Update wireframes.md
drakenevadie19 Oct 31, 2024
afd1290
Update wireframes.md
drakenevadie19 Oct 31, 2024
99b39d2
Update milestone3.md
TaoLyn838 Nov 5, 2024
7c358c5
Update milestone3.md
TaoLyn838 Nov 5, 2024
fe83ee3
Update README.md
drakenevadie19 Nov 5, 2024
76670cd
Update README.md
drakenevadie19 Nov 5, 2024
0bcfbd6
Update README.md
drakenevadie19 Nov 5, 2024
16a5d71
New Change: adding codebase
drakenevadie19 Nov 6, 2024
5d4bd76
Merge pull request #14 from Web103-BookEZ/drakedo-front-end
TaoLyn838 Nov 6, 2024
78bd282
New Change: Adding components, css, data, pages and services folders;…
drakenevadie19 Nov 6, 2024
deb9334
Merge pull request #15 from Web103-BookEZ/drakedo-front-end
TaoLyn838 Nov 6, 2024
92ce199
Create server.js
TaoLyn838 Nov 6, 2024
84561db
Create .gitignore
TaoLyn838 Nov 6, 2024
7e39726
Merge pull request #16 from Web103-BookEZ/setup/base-folder-for-book-ez
drakenevadie19 Nov 6, 2024
5874905
New Change: Addding navigation bar
drakenevadie19 Nov 6, 2024
a4018ed
New Change: Navabar is good, only need authentication for login and s…
drakenevadie19 Nov 6, 2024
fe0f594
Merge pull request #17 from Web103-BookEZ/drakedo-front-end
drakenevadie19 Nov 6, 2024
3f7b0cf
New Change: Successfully design login page
drakenevadie19 Nov 6, 2024
b5d3395
Merge pull request #18 from Web103-BookEZ/drakedo-front-end
drakenevadie19 Nov 6, 2024
bcd8a0c
New Change: Beautify the login page
drakenevadie19 Nov 6, 2024
0ec8707
New Change: Adding forgot password pages including email and new pass…
drakenevadie19 Nov 7, 2024
4fdefd7
Merge pull request #19 from Web103-BookEZ/drakedo-front-end
drakenevadie19 Nov 7, 2024
795f1b2
Transfer `frond-end` files into `client` foder
TaoLyn838 Nov 7, 2024
2174300
Created: Mock data
TaoLyn838 Nov 7, 2024
1b51464
Merge pull request #20 from Web103-BookEZ/setup/database
drakenevadie19 Nov 7, 2024
e3c0d16
New Change: Base frame for home page
drakenevadie19 Nov 7, 2024
61a5415
Completed: test db by using mock data
TaoLyn838 Nov 7, 2024
a5c4faa
Merge pull request #21 from Web103-BookEZ/drakedo-front-end
TaoLyn838 Nov 7, 2024
bf9d388
Update milestone3.md
parthskansara Nov 7, 2024
6c0ec05
Merge pull request #22 from Web103-BookEZ/test/insert-data-to-db
parthskansara Nov 7, 2024
226d36f
Create db_walkthrough.gif
TaoLyn838 Nov 7, 2024
8cd23b9
Update README.md
TaoLyn838 Nov 7, 2024
2a9578e
Update README.md
TaoLyn838 Nov 7, 2024
2770758
Update README.md
TaoLyn838 Nov 7, 2024
e58160f
Update README.md
TaoLyn838 Nov 7, 2024
1f38655
Update README.md
drakenevadie19 Nov 7, 2024
66d534f
Update README.md
drakenevadie19 Nov 7, 2024
6618804
Update milestone3.md
parthskansara Nov 7, 2024
3cc724c
Added EmployeeController, EmployeeRouter
parthskansara Nov 10, 2024
cb021b6
Added TimeslotController, TimeslotRouter
parthskansara Nov 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_Store
24 changes: 24 additions & 0 deletions BookEZ/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules/
.pnp*
.pnp.js*

# testing
coverage/

# production
build/

# misc
.DS_Store*
.env.local*
.env.development.local*
.env.test.local*
.env.production.local*
.env*

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions BookEZ/client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading