A Full-Stack Restaurant Guide Project for Non-Majors!: Front, Back-end, and Deployment
This is a full-stack restaurant map tutorial that allows you to learn everything from front-end, back-end, Kakao Map API usage, and deployment all at once while creating a restaurant map of your favorite YouTuber.
744 learners
Level Basic
Course period Unlimited

News
3 articles
hello.
The information below has been updated!
In the updated video, I assume you have already learned the previous content, so I have sped up the lecture a bit.
If you have any difficulties, please leave a question on the Q&A board and we will respond quickly. :)
1. Membership registration function
You can create a function that allows users to sign up by entering their ID, password, and nickname.
Enter the requested user into the DB and issue a token (JWT) to enable use of member functions.
2. Login function
Users who have registered can log in and use member services by entering their ID and password.
3. Implementing the stay logged in and logout functions
Logged in users are displayed as "Hello (nickname)" in the header.
You can log out by pressing the logout button and deleting the token from local storage.
4. Apply HTTPS
As the number of security-related factors such as authentication functions increases,
You need to use a more secure method of communication.
You can use Let's Encrypt to issue an SSL certificate and apply HTTPS communication to your restaurant map site.
hello.
I run a YouTube channel We're creating interesting development content.
Last time, I created a series on creating a restaurant map service using web technology.
This time, I'm going to create a series that combines investment and development !
The video you can watch through the link below is the introductory video to the series 'How Coding Becomes an Investment Weapon' .
For those of you who are interested, how about making a bot for a coin that is about to rise ? Let's go!
https://www.youtube.com/watch?v=m_CDHb0iSlk&t=1559s
thank you
hello. :)
A while ago, I read a course review and a good idea came to me that I should update the course.
We're thinking about adding some additional features to the restaurant map we created.
1. Membership registration/login function
2. Bulletin board function??
Of course, it is still only an idea, so the update content may change.
I'm planning to update it around June. :)

