Skip to content

Commit e8897f2

Browse files
author
Dmitry Shibanov
committed
Create README.md
1 parent a5c8bce commit e8897f2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### What needs to be done
2+
- [ ] CRUD Blogs
3+
- [ ] CRUD videos
4+
- [ ] CRUD courses
5+
- [ ] Authentication and Session
6+
- [ ] Websockets for comments
7+
- [ ] Notifications
8+
- [x] Setup prettier
9+
- [ ] CRUD stream
10+
- [ ] Password reset
11+
- [ ] Emails
12+
13+
### To start project:
14+
`npm start`
15+
16+
### To test project:
17+
`npm test`
18+
19+
### To build project:
20+
`npm run build`

0 commit comments

Comments
 (0)