A simple one-page website for a 1-day event with technical talks.
-
Clone the repository:
git clone https://github.com/rominirani/cvtest-app.git
-
Navigate to the project directory:
cd cvtest-app -
Install the dependencies:
npm install
-
Start the server:
node server.js
-
Open your web browser and go to
http://localhost:8080.
The application provides the following API endpoint:
GET /api/talks: Returns a JSON object with the event name and the schedule of talks.
- Node.js
- Express
- HTML
- CSS
- JavaScript