Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebatine/bestcoasteducation
A Proof-of-Conceppt application as part of a JavaSccript course. Dynamic site with register/login and other dynamic javascript features.
https://github.com/codebatine/bestcoasteducation
dynamic-forms javascript javascript-applications json-api json-server typescript
Last synced: about 1 month ago
JSON representation
A Proof-of-Conceppt application as part of a JavaSccript course. Dynamic site with register/login and other dynamic javascript features.
- Host: GitHub
- URL: https://github.com/codebatine/bestcoasteducation
- Owner: codebatine
- Created: 2024-01-11T17:42:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T21:40:58.000Z (11 months ago)
- Last Synced: 2024-01-23T22:27:37.518Z (11 months ago)
- Topics: dynamic-forms, javascript, javascript-applications, json-api, json-server, typescript
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Assignment
## Description
A Proof-of-Conceppt application as part of a JavaSccript and Typescript course. To make an application that lists courses, shows details about courses, offers register/sign in. And a second application to add, edit and delete courses. Also a display of what courses registered users have booked.
![Best Coast Education](/content/img/bestCoastEducation.png)
## Installation
Clone the bestCoastEducation repo:
git clone https://github.com/codebatine/bestCoastEducation.git## Install json server:
```npm install``````
## Start json server:
`npx json-server --watch data.json`
## Install typescript
`npm install --save-dev typescript`
## Run typescript
`npx tsc --init`
:point_down: add this to package.json :point_down:
```
"scripts": {
"tsc": "tsc"
}
````npm run tsc`